Skip to content

Commit 3ae88a5

Browse files
lint
1 parent 5cccb98 commit 3ae88a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_generated_cases.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1838,12 +1838,12 @@ def test_multiple_labels(self):
18381838
do_thing1();
18391839
goto my_label_2;
18401840
}
1841-
1841+
18421842
label(my_label_2) {
18431843
// Comment
18441844
do_thing2();
18451845
goto my_label_3;
1846-
}
1846+
}
18471847
"""
18481848

18491849
output = """

0 commit comments

Comments
 (0)