mirror of https://github.com/astral-sh/ruff
Update `StmtMatch` formatting snapshots (#6427)
This commit is contained in:
parent
001aa486df
commit
d815a25b11
|
|
@ -90,7 +90,11 @@ match ( # hello
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
match [first, second, third]: # comment # another comment
|
match [ # comment
|
||||||
|
first,
|
||||||
|
second,
|
||||||
|
third,
|
||||||
|
]: # another comment
|
||||||
case NOT_YET_IMPLEMENTED_Pattern:
|
case NOT_YET_IMPLEMENTED_Pattern:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue