Skip to content

Commit

Permalink
Update snapshot for trailing comment test case
Browse files Browse the repository at this point in the history
  • Loading branch information
cnpryer committed Jul 9, 2023
1 parent a1d9855 commit 14b80b6
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,13 @@ del (
# Done deleting
# Delete something
del x, aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa, b, c, d # Delete these
del (
x,
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa,
b,
c,
d,
) # Delete these
# Ready to delete
# Delete something
Expand Down

0 comments on commit 14b80b6

Please sign in to comment.