aboutsummaryrefslogtreecommitdiff
path: root/src/tree
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-01-28 20:14:00 +0000
committerAleksey Kladov <[email protected]>2018-01-28 20:14:00 +0000
commit55e2a478be04bdaba164ea92160e52a6fea5abe5 (patch)
tree8590725d71429399cf43565879e8a444f19f2113 /src/tree
parentc23a2519e18ab1cd8c09c6b25d1c1c8ab9a1f3c1 (diff)
Reformat
Diffstat (limited to 'src/tree')
-rw-r--r--src/tree/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tree/mod.rs b/src/tree/mod.rs
index 4131d855d..9ed0504c7 100644
--- a/src/tree/mod.rs
+++ b/src/tree/mod.rs
@@ -118,7 +118,7 @@ fn has_short_text(kind: SyntaxKind) -> bool {
118 use syntax_kinds::*; 118 use syntax_kinds::*;
119 match kind { 119 match kind {
120 IDENT | LIFETIME => true, 120 IDENT | LIFETIME => true,
121 _ => false 121 _ => false,
122 } 122 }
123} 123}
124 124