diff options
Diffstat (limited to 'src/test/pretty/match-block-expr.rs')
| -rw-r--r-- | src/test/pretty/match-block-expr.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/pretty/match-block-expr.rs b/src/test/pretty/match-block-expr.rs index 0db6574b073..10903e928cd 100644 --- a/src/test/pretty/match-block-expr.rs +++ b/src/test/pretty/match-block-expr.rs @@ -2,5 +2,5 @@ fn main() { let x = match { 5 } { 1 => 5, 2 => 6, _ => 7, }; - assert_eq!(x , 7); + assert_eq!(x, 7); } |
