Skip to content

Commit 11fc768

Browse files
committed
fix style
1 parent a02c492 commit 11fc768

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1184,8 +1184,8 @@ public void patch(Env newEnv) {
11841184
private void importSiteIfForced() {
11851185
PythonModule siteModule;
11861186
if (getOption(PythonOptions.ForceImportSite) &&
1187-
getOption(PythonOptions.PythonPath).isEmpty() &&
1188-
(siteModule = ImpModuleBuiltins.importFrozenModuleObject(this, "graalpython.site", true)) != null) {
1187+
getOption(PythonOptions.PythonPath).isEmpty() &&
1188+
(siteModule = ImpModuleBuiltins.importFrozenModuleObject(this, "graalpython.site", true)) != null) {
11891189
// assume we can use the frozen site module
11901190
// TODO: rename graalpython.site again to just site when we upgrade to Python 3.10+
11911191
// or newer and remove this hack

0 commit comments

Comments
 (0)