Skip to content

Commit

Permalink
fix another indent
Browse files Browse the repository at this point in the history
  • Loading branch information
osalpekar committed Jul 7, 2023
1 parent 8386f68 commit 5d8cb1e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tools/scripts/generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,13 +469,13 @@ def main(args) -> None:
for channel in channels:
for package in package_types:
initialize_globals(channel)
includes.extend(
GENERATING_FUNCTIONS_BY_PACKAGE_TYPE[package](options.operating_system,
channel,
options.with_cuda,
options.with_rocm,
options.limit_pr_builds == "true")
)
includes.extend(
GENERATING_FUNCTIONS_BY_PACKAGE_TYPE[package](options.operating_system,
channel,
options.with_cuda,
options.with_rocm,
options.limit_pr_builds == "true")
)


print(json.dumps({"include": includes}))
Expand Down

0 comments on commit 5d8cb1e

Please sign in to comment.