newlines at the end of files

This commit is contained in:
2023-10-12 17:45:47 +02:00
parent 1308ef8d44
commit 4f44eb58c7
12 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ export function nodeTypeFromString(str: string): NodeType | null {
default:
return null;
}
}
}