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 {
|
} else {
|
||||||
let shape = match context.config.version() {
|
let shape = match context.config.version() {
|
||||||
Version::One => shape,
|
Version::One => shape,
|
||||||
_ => shape.block_indent(context.config.tab_spaces())
|
_ => shape.block_indent(context.config.tab_spaces()),
|
||||||
};
|
};
|
||||||
inner_attrs
|
inner_attrs
|
||||||
.rewrite(context, shape)
|
.rewrite(context, shape)
|
||||||
|
Loading…
Reference in New Issue
Block a user