fix indentation of unlinked_file quickfix

This commit is contained in:
Lukas Wirth 2023-01-12 11:24:44 +01:00
parent 5214a98d9c
commit 14777ce751
2 changed files with 20 additions and 19 deletions

View file

@ -17,6 +17,7 @@ use crate::{
// This is the same as `Go to Definition` with the following exceptions:
// - outline modules will navigate to the `mod name;` item declaration
// - trait assoc items will navigate to the assoc item of the trait declaration opposed to the trait impl
// - fields in patterns will navigate to the field declaration of the struct, union or variant
pub(crate) fn goto_declaration(
db: &RootDatabase,
position: FilePosition,