fix linter

This commit is contained in:
Febriananda Wida Pramudita 2024-04-26 14:38:42 +07:00 committed by Yacin Tmimi
parent 76ab3c19d8
commit 003bab7523

View File

@ -103,7 +103,7 @@ pub(crate) fn rewrite_match(
let inner_attrs_str = if inner_attrs.is_empty() {
String::new()
} else {
let shape = match context.config.version() {
let shape = match context.config.version() {
Version::One => shape,
_ => shape.block_indent(context.config.tab_spaces())
};