Skip to content

Commit

Permalink
Update StmtMatch formatting snapshots (#6427)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvmanila authored Aug 8, 2023
1 parent 001aa48 commit d815a25
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ match ( # hello
pass
match [first, second, third]: # comment # another comment
match [ # comment
first,
second,
third,
]: # another comment
case NOT_YET_IMPLEMENTED_Pattern:
pass
Expand Down

0 comments on commit d815a25

Please sign in to comment.