Skip to content

Commit fa4e32e

Browse files
committed
formatting
1 parent f5fd4d0 commit fa4e32e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/PythonLanguage.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,9 @@ public final class PythonLanguage extends TruffleLanguage<PythonContext> {
128128
private static final Object[] CONTEXT_INSENSITIVE_SINGLETONS = new Object[]{PNone.NONE, PNone.NO_VALUE, PEllipsis.INSTANCE, PNotImplemented.NOT_IMPLEMENTED};
129129

130130
/*
131-
* We need to store this here, because the check is on the language and can
132-
* come from a thread that has no context, but we enable or disable threads
133-
* with a context option. So we store this here when a context is created.
131+
* We need to store this here, because the check is on the language and can come from a thread
132+
* that has no context, but we enable or disable threads with a context option. So we store this
133+
* here when a context is created.
134134
*/
135135
private Boolean isWithThread = null;
136136

0 commit comments

Comments
 (0)