Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
duncpro committed Oct 22, 2024
1 parent b181cac commit 734710f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/tools/rust-analyzer/crates/ide/src/goto_definition.rs
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
"#
"#,
);
}

Expand All @@ -488,7 +488,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
"#
"#,
);
}

Expand All @@ -504,7 +504,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
"#
"#,
);
}

Expand All @@ -520,7 +520,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
"#
"#,
);
}

Expand All @@ -536,7 +536,7 @@ fn f(ch: char) -> bool {
_ => false
}
}
"#
"#,
);
}

Expand Down

0 comments on commit 734710f

Please sign in to comment.