minor formatting changes

This commit is contained in:
cozis
2022-05-21 22:59:13 +02:00
parent 3db8f8e93a
commit 5194a9082e
6 changed files with 43 additions and 13 deletions
+1 -2
View File
@@ -241,7 +241,6 @@ fun parseAny(ctx) {
return res, err;
}
tests = [
'',
'1',
@@ -269,7 +268,7 @@ while i < count(tests): {
i = i + 1;
}
#file = files.openFile('examples/large-file.json', #files.READ);
#file = files.openFile('examples/large-file.json', files.READ);
#if file == none:
# error("Failed to open file");
#