Skip to content

Commit

Permalink
Avoid vanity alignment in multiline match clause
Browse files Browse the repository at this point in the history
  • Loading branch information
janus committed Mar 17, 2022
1 parent 414838d commit 5fce685
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Fantomas.Tests/PatternMatchingTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2206,7 +2206,6 @@ let ``comment after match keyword, 1851`` () =
match // foo
a with
| _ -> ()
match! // foo!
a with
| _ -> ()
Expand Down

0 comments on commit 5fce685

Please sign in to comment.