fix whitespace

This commit is contained in:
2024-02-15 10:25:42 -07:00
parent 4778067a19
commit 923568a943
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ class Reader {
readTable["//"] = (stream:Stream, k) -> {
stream.takeUntilAndDrop("\n");
null;
};
};
// Special comment syntax that disables the next whole reader expression:
readTable["**"] = (stream:Stream, k) -> {
assertRead(stream, k);
@@ -423,7 +423,7 @@ class Reader {
do {
var next = switch (stream.takeChars(1)) {
case Some(c): c;
default:
default:
var type = if (shell) "shell block" else "string literal";
throw new StreamError(pos, 'Unterminated $type. Expected $terminator');
}

View File

@@ -1,4 +1,4 @@
(function addSkips [flxMovieClass]
{
(method &override :Void prepareForSkip []
})
})