Skip to content

Commit 53315a4

Browse files
committed
eclipseformat
1 parent e9d60f4 commit 53315a4

File tree

1 file changed

+1
-1
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/builtins

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/builtins/ListNodes.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Object doGeneric(VirtualFrame frame, Object object) {
283283
*/
284284
@GenerateUncached
285285
public abstract static class AppendNode extends PNodeWithContext {
286-
private static final BranchProfile[] DISABLED = new BranchProfile[] { BranchProfile.getUncached() };
286+
private static final BranchProfile[] DISABLED = new BranchProfile[]{BranchProfile.getUncached()};
287287

288288
public abstract void execute(PList list, Object value);
289289

0 commit comments

Comments
 (0)