From 14b80b68ea75fb09fc6aa8cbad26b0963a184a26 Mon Sep 17 00:00:00 2001 From: Chris Pryer Date: Sun, 9 Jul 2023 12:49:26 -0400 Subject: [PATCH] Update snapshot for trailing comment test case Related: #5630 --- .../tests/snapshots/format@statement__delete.py.snap | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/crates/ruff_python_formatter/tests/snapshots/format@statement__delete.py.snap b/crates/ruff_python_formatter/tests/snapshots/format@statement__delete.py.snap index be5a509e7c476..1ca2a29e51025 100644 --- a/crates/ruff_python_formatter/tests/snapshots/format@statement__delete.py.snap +++ b/crates/ruff_python_formatter/tests/snapshots/format@statement__delete.py.snap @@ -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