Skip to content

Commit 734710f

Browse files
committed
tidy
1 parent b181cac commit 734710f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/tools/rust-analyzer/crates/ide/src/goto_definition.rs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ fn f(ch: char) -> bool {
472472
_ => false
473473
}
474474
}
475-
"#
475+
"#,
476476
);
477477
}
478478

@@ -488,7 +488,7 @@ fn f(ch: char) -> bool {
488488
_ => false
489489
}
490490
}
491-
"#
491+
"#,
492492
);
493493
}
494494

@@ -504,7 +504,7 @@ fn f(ch: char) -> bool {
504504
_ => false
505505
}
506506
}
507-
"#
507+
"#,
508508
);
509509
}
510510

@@ -520,7 +520,7 @@ fn f(ch: char) -> bool {
520520
_ => false
521521
}
522522
}
523-
"#
523+
"#,
524524
);
525525
}
526526

@@ -536,7 +536,7 @@ fn f(ch: char) -> bool {
536536
_ => false
537537
}
538538
}
539-
"#
539+
"#,
540540
);
541541
}
542542

0 commit comments

Comments
 (0)