Skip to content

Commit ae9047b

Browse files
py formatter
1 parent d9671ec commit ae9047b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bolt/utils/nfc-check-setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,8 @@ def main():
147147
try:
148148
# set up llvm-bolt-wrapper.ini
149149
ini = subprocess.check_output(
150-
shlex.split(f"{wrapper_path} {bolt_path}.old {bolt_path}.new") + wrapper_args,
150+
shlex.split(f"{wrapper_path} {bolt_path}.old {bolt_path}.new")
151+
+ wrapper_args,
151152
text=True,
152153
)
153154
with open(f"{args.build_dir}/bin/llvm-bolt-wrapper.ini", "w") as f:

0 commit comments

Comments
 (0)