Skip to content

Commit 0a7a772

Browse files
committed
Fix formatting
1 parent 0470bf2 commit 0a7a772

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

sycl/test-e2e/format.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ def get_extra_env(sycl_devices):
296296
# TODO: workaround for lit hanging when executing non-existent binary
297297
# inside our containers
298298
if len(script) == 0:
299-
return lit.Test.Result(
300-
lit.Test.UNSUPPORTED, "Lit script is empty"
301-
)
299+
return lit.Test.Result(lit.Test.UNSUPPORTED, "Lit script is empty")
302300
useExternalSh = test.config.test_mode == "run-only"
303301

304302
result = lit.TestRunner._runShTest(

0 commit comments

Comments
 (0)