Skip to content

Commit 003bab7

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

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
@@ -103,7 +103,7 @@ pub(crate) fn rewrite_match(
103103
let inner_attrs_str = if inner_attrs.is_empty() {
104104
String::new()
105105
} else {
106-
let shape = match context.config.version() {
106+
let shape = match context.config.version() {
107107
Version::One => shape,
108108
_ => shape.block_indent(context.config.tab_spaces())
109109
};

0 commit comments

Comments
 (0)