Skip to content

Commit 70a3305

Browse files
committed
style fix
1 parent 7c1cc53 commit 70a3305

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,8 @@ private boolean areOptionsCompatibleWithPreinitializedContext(OptionValues first
167167
return (areOptionsCompatible(firstOptions, newOptions) &&
168168
// we cache WithThread in SysConfigModuleBuiltins
169169
firstOptions.get(PythonOptions.WithThread).equals(newOptions.get(PythonOptions.WithThread)) &&
170-
// disabling TRegex has an effect on the _sre Python functions that are dynamically created
170+
// disabling TRegex has an effect on the _sre Python functions that are
171+
// dynamically created
171172
firstOptions.get(PythonOptions.WithTRegex).equals(newOptions.get(PythonOptions.WithTRegex)));
172173
}
173174

0 commit comments

Comments
 (0)