Skip to content

Commit 9ec03f5

Browse files
committed
Fix style
1 parent 090bcaa commit 9ec03f5

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/common

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/common/HandleStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ public int pop() {
9494
public int getTop() {
9595
return top;
9696
}
97-
}
97+
}

0 commit comments

Comments
 (0)