Skip to content

Commit 01831c3

Browse files
committed
fix formatting
1 parent 3da27a5 commit 01831c3

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/cext/PyNumberMethodsWrapperMR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ public Object access(PyNumberMethodsWrapper object, String key) {
109109
getMulAttributeNode = insert(LookupAttributeInMRONode.create(__MUL__));
110110
}
111111
result = getMulAttributeNode.execute(delegate);
112-
break;
112+
break;
113113
default:
114114
// TODO extend list
115115
throw UnknownIdentifierException.raise(key);

0 commit comments

Comments
 (0)