mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-29 10:13:54 +00:00
fix linter
This commit is contained in:
parent
003bab7523
commit
f781b1b9d3
@ -105,7 +105,7 @@ pub(crate) fn rewrite_match(
|
||||
} else {
|
||||
let shape = match context.config.version() {
|
||||
Version::One => shape,
|
||||
_ => shape.block_indent(context.config.tab_spaces())
|
||||
_ => shape.block_indent(context.config.tab_spaces()),
|
||||
};
|
||||
inner_attrs
|
||||
.rewrite(context, shape)
|
||||
|
Loading…
Reference in New Issue
Block a user