Skip to content

Commit ec5114c

Browse files
committed
fix style
1 parent ded611e commit ec5114c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python.tck/src/com/oracle/graal/python/tck/PythonProvider.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ public class PythonProvider implements LanguageProvider {
8383
private static final String ID = "python";
8484

8585
private static final TypeDescriptor INT = NUMBER;
86-
// as per interop contract, we cannot be boolean and number at the same time, so it's only a boolean
86+
// as per interop contract, we cannot be boolean and number at the same time, so it's only a
87+
// boolean
8788
private static final TypeDescriptor BOOL = BOOLEAN;
8889
private static final TypeDescriptor FLOAT = NUMBER;
8990
private static final TypeDescriptor COMPLEX = intersection(OBJECT);

0 commit comments

Comments
 (0)