Skip to content

Commit 9d399e9

Browse files
committed
Style
1 parent 442417a commit 9d399e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/PythonAbstractObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,4 +1466,4 @@ public static PInteropDeleteAttributeNode getUncached() {
14661466
private static boolean objectHasAttribute(Object object, Object field) {
14671467
return ((PythonObject) object).getAttributeNames().contains(field);
14681468
}
1469-
}
1469+
}

0 commit comments

Comments
 (0)