Skip to content

Commit 750d5aa

Browse files
committed
Format
1 parent 2f8de1a commit 750d5aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

buildbot/configure.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,9 @@ def main():
351351
help="choose hardware platform for HIP backend",
352352
)
353353
parser.add_argument(
354-
"--offload", action="store_true", help="Enable UR liboffload adapter (experimental)"
354+
"--offload",
355+
action="store_true",
356+
help="Enable UR liboffload adapter (experimental)",
355357
)
356358
parser.add_argument(
357359
"--level_zero_adapter_version",

0 commit comments

Comments
 (0)