Skip to content

Commit dd78cff

Browse files
Format Bazel code (#1455)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent 9315860 commit dd78cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,14 +156,14 @@ LLVM_TARGETS = select({
156156
JAX_PATCHES = [
157157
"""
158158
sed -i.bak0 "s/ cast/ llvm::cast/g" jaxlib/mosaic/dialect/gpu/mosaic_gpu.cc
159-
"""
159+
""",
160160
]
161161

162162
http_archive(
163163
name = "jax",
164164
patch_args = ["-p1"],
165-
patches = ["@enzyme_ad//:patches/jax.patch"],
166165
patch_cmds = JAX_PATCHES,
166+
patches = ["@enzyme_ad//:patches/jax.patch"],
167167
sha256 = JAX_SHA256,
168168
strip_prefix = "jax-" + JAX_COMMIT,
169169
urls = ["https://github.com/google/jax/archive/{commit}.tar.gz".format(commit = JAX_COMMIT)],

0 commit comments

Comments
 (0)