mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 01:05:58 +02:00
style: auto-format code
This commit is contained in:
@@ -44,7 +44,9 @@ function generateFile({
|
||||
}
|
||||
|
||||
function join([head, ...tail]: IFileOrFolder[]): IFileOrFolder[] {
|
||||
if (!head) { return [] }
|
||||
if (!head) {
|
||||
return []
|
||||
}
|
||||
|
||||
const [similarFs, remaining] = partition(
|
||||
obj => obj.title === head.title && obj.type === head.type,
|
||||
|
||||
Reference in New Issue
Block a user