Skip to content

Commit 66742e3

Browse files
committed
Fix formatting
1 parent 8c9303d commit 66742e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

master/master.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ class BuilderType:
308308
"""
309309

310310
def __init__(
311-
self, arch, bits, os, halide_branch, llvm_branch, purpose, sanitizer=None, buildsystem=BuildSystem.cmake
311+
self, arch, bits, os, halide_branch, llvm_branch, purpose, sanitizer=None, buildsystem=BuildSystem.cmake
312312
):
313313
assert arch in ["arm", "x86"]
314314
assert bits in [32, 64]
@@ -328,8 +328,8 @@ class BuilderType:
328328
assert self.purpose != Purpose.llvm_nightly
329329
assert self.halide_branch in HALIDE_BRANCHES, f"unknown branch {self.halide_branch}"
330330
assert (
331-
self.purpose == Purpose.halide_testbranch # if not testbranch...
332-
or self.llvm_branch in LLVM_FOR_HALIDE[self.halide_branch]
331+
self.purpose == Purpose.halide_testbranch # if not testbranch...
332+
or self.llvm_branch in LLVM_FOR_HALIDE[self.halide_branch]
333333
)
334334
else:
335335
assert self.purpose == Purpose.llvm_nightly

0 commit comments

Comments
 (0)