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 76ab3c1 commit 003bab7Copy full SHA for 003bab7
src/matches.rs
@@ -103,7 +103,7 @@ pub(crate) fn rewrite_match(
103
let inner_attrs_str = if inner_attrs.is_empty() {
104
String::new()
105
} else {
106
- let shape = match context.config.version() {
+ let shape = match context.config.version() {
107
Version::One => shape,
108
_ => shape.block_indent(context.config.tab_spaces())
109
};
0 commit comments