Skip to content

Commit 421cf9a

Browse files
committed
Fixed formatting
1 parent 336b81a commit 421cf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ide/src/syntax_highlighting/highlight.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ fn highlight_def(db: &RootDatabase, def: Definition) -> Highlight {
291291
if let hir::Access::Exclusive = sp.access(db) {
292292
h |= HlMod::Mutable;
293293
}
294-
},
294+
}
295295
None => h |= HlMod::Static,
296296
}
297297

0 commit comments

Comments
 (0)