From 421cf9a1bdd42c146c466f517e23104cd6fe27d4 Mon Sep 17 00:00:00 2001 From: Bastian Kersting Date: Mon, 26 Apr 2021 11:37:28 +0200 Subject: Fixed formatting --- crates/ide/src/syntax_highlighting/highlight.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ide/src/syntax_highlighting') diff --git a/crates/ide/src/syntax_highlighting/highlight.rs b/crates/ide/src/syntax_highlighting/highlight.rs index f80b8d9cc..b586dcc17 100644 --- a/crates/ide/src/syntax_highlighting/highlight.rs +++ b/crates/ide/src/syntax_highlighting/highlight.rs @@ -291,7 +291,7 @@ fn highlight_def(db: &RootDatabase, def: Definition) -> Highlight { if let hir::Access::Exclusive = sp.access(db) { h |= HlMod::Mutable; } - }, + } None => h |= HlMod::Static, } -- cgit v1.2.3