Skip to content

Commit ea6e241

Browse files
msimacektimfel
authored andcommitted
Fix style
1 parent 006d79f commit ea6e241

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/LookupNativeSlotNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public LookupNativeSlotNode(SlotMethodDef slot) {
9090

9191
public abstract Object execute(Object type);
9292

93-
private final static LookupNativeSlotNode[] UNCACHED = new LookupNativeSlotNode[SlotMethodDef.values().length];
93+
private static final LookupNativeSlotNode[] UNCACHED = new LookupNativeSlotNode[SlotMethodDef.values().length];
9494

9595
static {
9696
for (int i = 0; i < SlotMethodDef.values().length; i++) {

0 commit comments

Comments
 (0)