mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-25 22:29:02 +00:00
Update StmtMatch formatting snapshots (#6427)
This commit is contained in:
parent
001aa486df
commit
d815a25b11
1 changed files with 5 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue