Skip to content

Commit 07783cb

Browse files
authored
Merge pull request #28668 from varungandhi-apple/vg-please-linter
[NFC] Please linter by reducing width to < 80 columns.
2 parents 883263b + d9aa72b commit 07783cb

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)