Skip to content

Commit 3973bdb

Browse files
committed
Fix style in GraalHPyHandle
1 parent ede9433 commit 3973bdb

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/cext/hpy/GraalHPyHandle.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ void closeAndInvalidate(GraalHPyContext hpyContext) {
264264
public GraalHPyHandle copy() {
265265
return new GraalHPyHandle(delegate);
266266
}
267-
267+
268268
static boolean wasAllocated(int id) {
269269
return id != UNINITIALIZED;
270270
}

0 commit comments

Comments
 (0)