aboutsummaryrefslogtreecommitdiff
path: root/src/parser/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser/mod.rs')
-rw-r--r--src/parser/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parser/mod.rs b/src/parser/mod.rs
index a76356eb5..742755142 100644
--- a/src/parser/mod.rs
+++ b/src/parser/mod.rs
@@ -56,4 +56,4 @@ fn is_insignificant(kind: SyntaxKind) -> bool {
56 WHITESPACE | COMMENT => true, 56 WHITESPACE | COMMENT => true,
57 _ => false, 57 _ => false,
58 } 58 }
59} \ No newline at end of file 59}