Skip to content

Commit 9419c67

Browse files
committed
minor: format
1 parent e525239 commit 9419c67

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

crates/ide/src/highlight_related.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -816,10 +816,8 @@ mod tests {
816816
check(
817817
r#"
818818
fn foo() {
819-
unsafe fn this_is_unsafe_function() {
820-
}
819+
unsafe fn this_is_unsafe_function() {}
821820
822-
823821
unsa$0fe {
824822
//^^^^^^
825823
let raw_ptr = &42 as *const i32;

0 commit comments

Comments
 (0)