Update StmtMatch formatting snapshots (#6427)

This commit is contained in:
Dhruv Manilawala 2023-08-08 20:15:02 +05:30 committed by GitHub
parent 001aa486df
commit d815a25b11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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