Skip to content

Commit 3c88075

Browse files
committed
style fix: missing \n at end of file
1 parent 3a5dce5 commit 3c88075

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/nodes/attributes/HasInheritedAttributeNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ public boolean execute(Object object) {
5656
public static HasInheritedAttributeNode create(String attribute) {
5757
return new HasInheritedAttributeNode(attribute);
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)