Skip to content

Commit f781b1b

Browse files
Febriananda Wida Pramuditaytmimi
Febriananda Wida Pramudita
authored andcommitted
fix linter
1 parent 003bab7 commit f781b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/matches.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ pub(crate) fn rewrite_match(
105105
} else {
106106
let shape = match context.config.version() {
107107
Version::One => shape,
108-
_ => shape.block_indent(context.config.tab_spaces())
108+
_ => shape.block_indent(context.config.tab_spaces()),
109109
};
110110
inner_attrs
111111
.rewrite(context, shape)

0 commit comments

Comments
 (0)