Skip to content

Commit 0262886

Browse files
committed
remove extra whitespace
1 parent b172924 commit 0262886

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/utils/lit/lit/TestRunner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,6 @@ def executeScript(test, litConfig, tmpBase, commands, cwd):
12371237
)
12381238
f.write(bytes(env_str, "utf-8") if mode == "wb" else env_str)
12391239
f.write(b"set -x;" if mode == "wb" else "set -x;")
1240-
12411240
if sys.version_info > (3, 0) and mode == "wb":
12421241
f.write(bytes("{ " + "; } &&\n{ ".join(commands) + "; }", "utf-8"))
12431242
else:

0 commit comments

Comments
 (0)