Skip to content

Commit aeba11d

Browse files
committed
Fix style
1 parent 6cf9e29 commit aeba11d

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/lib/PyObjectRichCompareBool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
*/
8080
public abstract class PyObjectRichCompareBool {
8181
@SuppressWarnings("unused")
82-
protected static abstract class ComparisonBaseNode extends PNodeWithContext {
82+
protected abstract static class ComparisonBaseNode extends PNodeWithContext {
8383
public abstract boolean execute(Frame frame, Object a, Object b);
8484

8585
protected boolean op(boolean a, boolean b) {

0 commit comments

Comments
 (0)