Skip to content

Commit d9aa72b

Browse files
[NFC] Please linter by reducing width to < 80 columns.
1 parent 883263b commit d9aa72b

File tree

1 file changed

+2
-1
lines changed
  • utils/swift_build_support/swift_build_support

1 file changed

+2
-1
lines changed

utils/swift_build_support/swift_build_support/cmake.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,8 @@ def build_cmake(self, source_root, build_root):
242242

243243
cwd = os.getcwd()
244244
os.chdir(cmake_build_dir)
245-
shell.call_without_sleeping([cmake_bootstrap, '--no-qt-gui'], echo=True)
245+
shell.call_without_sleeping([cmake_bootstrap, '--no-qt-gui'],
246+
echo=True)
246247
shell.call_without_sleeping(['make', '-j%s' % self.args.build_jobs],
247248
echo=True)
248249
os.chdir(cwd)

0 commit comments

Comments
 (0)