Skip to content

Commit fb968ed

Browse files
committed
Formatting.
1 parent 61b8604 commit fb968ed

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/objects/complex/ComplexBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ PNotImplemented doComplex(Object left, Object right) {
313313
static abstract class DivModNode extends PythonBinaryBuiltinNode {
314314

315315
@Specialization
316-
@SuppressWarnings("unused")
316+
@SuppressWarnings("unused")
317317
PComplex doComplexDouble(Object right, Object left) {
318318
throw raise(PythonErrorType.TypeError, "can't take floor or mod of complex number.");
319319
}

0 commit comments

Comments
 (0)