fix linter

This commit is contained in:
Febriananda Wida Pramudita 2024-04-26 14:53:45 +07:00 committed by Yacin Tmimi
parent 003bab7523
commit f781b1b9d3

View File

@ -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)