We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 003bab7 commit f781b1bCopy full SHA for f781b1b
src/matches.rs
@@ -105,7 +105,7 @@ pub(crate) fn rewrite_match(
105
} else {
106
let shape = match context.config.version() {
107
Version::One => shape,
108
- _ => shape.block_indent(context.config.tab_spaces())
+ _ => shape.block_indent(context.config.tab_spaces()),
109
};
110
inner_attrs
111
.rewrite(context, shape)
0 commit comments