Skip to content

Commit d6a60b9

Browse files
committed
Eclipse formatting.
1 parent 8f8584f commit d6a60b9

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/parser

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ public void positionalOnlyArg46() throws Exception {
474474
public void positionalOnlyArg47() throws Exception {
475475
checkSyntaxError("async def f(a, *, c, /, d, e): pass");
476476
}
477-
477+
478478
@Test
479479
public void issue21351() throws Exception {
480480
// parser test for GR-21351

0 commit comments

Comments
 (0)