fix linter
This commit is contained in:
parent
76ab3c19d8
commit
003bab7523
@ -103,7 +103,7 @@ pub(crate) fn rewrite_match(
|
|||||||
let inner_attrs_str = if inner_attrs.is_empty() {
|
let inner_attrs_str = if inner_attrs.is_empty() {
|
||||||
String::new()
|
String::new()
|
||||||
} 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())
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user