]> git.lizzy.rs Git - rust.git/commitdiff
Fixed formatting
authorBastian Kersting <bastian@cmbt.de>
Mon, 26 Apr 2021 09:37:28 +0000 (11:37 +0200)
committerBastian Kersting <bastian@cmbt.de>
Mon, 26 Apr 2021 09:37:28 +0000 (11:37 +0200)
crates/ide/src/syntax_highlighting/highlight.rs

index f80b8d9ccfd48d00125b758b2e241010f35799d7..b586dcc1798dc16689f250fd134fa75b487cb1ea 100644 (file)
@@ -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,
                     }