Skip to content

Commit f356558

Browse files
committed
Formatting of test file.
1 parent 09dca3d commit f356558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/parser/GeneratorAndCompForTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ public void genFromPip() throws Exception {
305305
public void issueGR18174() throws Exception {
306306
checkScopeAndTree("[b for b in [a for a in (1,2)]]");
307307
}
308-
308+
309309
@Test
310310
public void issueGR18309() throws Exception {
311311
checkScopeAndTree("[ b for a in d1 if d1 for b in d2]");

0 commit comments

Comments
 (0)