Skip to content

Commit 4dbdf85

Browse files
committed
format
Created using spr 1.3.6
1 parent 751469e commit 4dbdf85

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.ci/compute_projects_test.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,10 @@ def test_compiler_rt(self):
135135
"clang;lld",
136136
)
137137
self.assertEqual(
138-
env_variables["project_check_targets"],"",
139-
)
140-
self.assertEqual(
141-
env_variables["runtimes_to_build"], "compiler-rt"
138+
env_variables["project_check_targets"],
139+
"",
142140
)
141+
self.assertEqual(env_variables["runtimes_to_build"], "compiler-rt")
143142
self.assertEqual(
144143
env_variables["runtimes_check_targets"],
145144
"check-compiler-rt",

0 commit comments

Comments
 (0)