about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/matches.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/matches.rs b/src/matches.rs
index 82ce5c4e62e..50429cfd911 100644
--- a/src/matches.rs
+++ b/src/matches.rs
@@ -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)