Skip to content

Commit 804a4b6

Browse files
committed
Changes per review comments
1 parent 2a55cf2 commit 804a4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1221,7 +1221,7 @@ impl MacroBranch {
12211221
// 5 = " => {"
12221222
let old_body = context.snippet(self.body).trim();
12231223
let has_block_body = old_body.starts_with('{');
1224-
let prefix_width = if has_block_body && context.config.format_macro_bodies() {
1224+
let prefix_width = if has_block_body {
12251225
// 6 = " => {{"
12261226
6
12271227
} else {

0 commit comments

Comments
 (0)