Skip to content

Commit e376bc8

Browse files
committed
Formatting.
1 parent 8c3efac commit e376bc8

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/modules/ArrayModuleBuiltins.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ PArray arrayWithObjectInitializer(@SuppressWarnings("unused") PythonClass cls, @
248248
PArray noArray(@SuppressWarnings("unused") PythonClass cls, Object typeCode, @SuppressWarnings("unused") Object initializer) {
249249
throw raise(TypeError, "array() argument 1 must be a unicode character, not %p", typeCode);
250250
}
251-
251+
252252
@TruffleBoundary
253253
private static long longValue(Number n) {
254254
return n.longValue();

0 commit comments

Comments
 (0)