Unnamed repository; edit this file 'description' to name the repository.
Duncan Proctor 2024-10-22
parent c679551 · commit 2e0fae3
-rw-r--r--crates/ide/src/goto_definition.rs10
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/ide/src/goto_definition.rs b/crates/ide/src/goto_definition.rs
index 1dbab2f3d2..71e6739d45 100644
--- a/crates/ide/src/goto_definition.rs
+++ b/crates/ide/src/goto_definition.rs
@@ -472,7 +472,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
-"#
+"#,
);
}
@@ -488,7 +488,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
-"#
+"#,
);
}
@@ -504,7 +504,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
-"#
+"#,
);
}
@@ -520,7 +520,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
-"#
+"#,
);
}
@@ -536,7 +536,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
-"#
+"#,
);
}