Skip to content

Commit 61b576c

Browse files
committed
fix: fmt
1 parent 38a50cf commit 61b576c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/ide-assists/src/handlers/inline_call.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1817,6 +1817,7 @@ macro_rules! bar {
18171817
fn f() {
18181818
bar!(foo$0());
18191819
}
1820-
"#);
1820+
"#,
1821+
);
18211822
}
18221823
}

0 commit comments

Comments
 (0)