mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Fix whitespaces
This commit is contained in:
parent
d20eea073e
commit
f0fece4be0
1 changed files with 1 additions and 1 deletions
|
@ -1854,7 +1854,7 @@ fn test_expand_bad_literal() {
|
|||
fn test_empty_comments() {
|
||||
parse_macro(
|
||||
r#"
|
||||
macro_rules! one_arg_macro { ($fmt:expr) => (); }
|
||||
macro_rules! one_arg_macro { ($fmt:expr) => (); }
|
||||
"#,
|
||||
)
|
||||
.assert_expand_err(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue