Fixed formatting

This commit is contained in:
Bastian Kersting 2021-04-26 11:37:28 +02:00
parent 336b81abd7
commit 421cf9a1bd

View 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,
}