Skip to content

Commit f0fece4

Browse files
committed
Fix whitespaces
1 parent d20eea0 commit f0fece4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/ra_mbe/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1854,7 +1854,7 @@ fn test_expand_bad_literal() {
18541854
fn test_empty_comments() {
18551855
parse_macro(
18561856
r#"
1857-
macro_rules! one_arg_macro { ($fmt:expr) => (); }
1857+
macro_rules! one_arg_macro { ($fmt:expr) => (); }
18581858
"#,
18591859
)
18601860
.assert_expand_err(

0 commit comments

Comments
 (0)