Skip to content

Commit 14a9783

Browse files
committed
eclipseformat
1 parent 0dafa97 commit 14a9783

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/BuiltinConstructors.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ private PythonClass typeMetaclass(String name, PTuple bases, PDict namespace, Py
19161916
// side that I don't want to do now
19171917
pythonClass.setAttribute(key, value);
19181918
} else if (SpecialMethodNames.__INIT_SUBCLASS__.equals(key) ||
1919-
SpecialMethodNames.__CLASS_GETITEM__.equals(key)) {
1919+
SpecialMethodNames.__CLASS_GETITEM__.equals(key)) {
19201920
// see CPython: Special-case __init_subclass__ and
19211921
// __class_getitem__: if they are plain functions, make them
19221922
// classmethods

0 commit comments

Comments
 (0)