Skip to content

Commit b3e2137

Browse files
committed
More formatting changes
1 parent b94153b commit b3e2137

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sycl/test-e2e/lit.cfg.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,9 @@ def open_check_file(file_name):
806806
# Print the detected GPU family name.
807807
if len(device_names) > 0:
808808
lit_config.note(
809-
"Detected GPU family for {}: {}".format(sycl_device, ", ".join(device_names))
809+
"Detected GPU family for {}: {}".format(
810+
sycl_device, ", ".join(device_names)
811+
)
810812
)
811813

812814
features = set()

0 commit comments

Comments
 (0)