Skip to content

Commit a4b7f24

Browse files
committed
fix style
1 parent a237a59 commit a4b7f24

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/runtime/PythonContext.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ public final class PythonContext {
143143
private final PosixResources resources;
144144
private final AsyncHandler handler;
145145

146-
// A thread-local to store the full path to the currently active import statement, for Jython compat
146+
// A thread-local to store the full path to the currently active import statement, for Jython
147+
// compat
147148
private final ThreadLocal<Stack<String>> currentImport = new ThreadLocal<>();
148149

149150
public PythonContext(PythonLanguage language, TruffleLanguage.Env env, PythonCore core) {

0 commit comments

Comments
 (0)