Skip to content

Commit b5247d2

Browse files
committed
Fix formatting issue
1 parent 7ef9b32 commit b5247d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/tests/test_cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_common_options_tsan(self):
132132
self.assertEqual(
133133
list(cmake.common_options()),
134134
["-G", "Ninja",
135-
"-DLLVM_USE_SANITIZER=Thread",
135+
"-DLLVM_USE_SANITIZER=Thread",
136136
"-DCMAKE_C_COMPILER:PATH=/path/to/clang",
137137
"-DCMAKE_CXX_COMPILER:PATH=/path/to/clang++",
138138
"-DCMAKE_LIBTOOL:PATH=/path/to/libtool",

0 commit comments

Comments
 (0)