fix linter
This commit is contained in:
parent
003bab7523
commit
f781b1b9d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue