Skip to content

Commit 70feeda

Browse files
fangerersteve-s
authored andcommitted
Fix style
1 parent eef7204 commit 70feeda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/GraalPythonModuleBuiltins.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,6 @@ public void postInitialize(Python3Core core) {
258258
mod.setAttribute(tsLiteral("use_system_toolchain"), context.getOption(PythonOptions.UseSystemToolchain));
259259
mod.setAttribute(tsLiteral("ext_mode"), context.getOption(PythonOptions.NativeModules) ? T_NATIVE : T_LLVM_LANGUAGE);
260260

261-
262261
if (!context.getOption(PythonOptions.EnableDebuggingBuiltins)) {
263262
mod.setAttribute(tsLiteral("dump_truffle_ast"), PNone.NO_VALUE);
264263
mod.setAttribute(tsLiteral("tdebug"), PNone.NO_VALUE);

0 commit comments

Comments
 (0)