Skip to content

Commit e201029

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

deps/ReactantExtra/WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ http_archive(
1717

1818
http_archive(
1919
name = "enzyme_ad",
20-
sha256 = ENZYMEXLA_SHA256,
21-
strip_prefix = "Enzyme-JAX-" + ENZYMEXLA_COMMIT,
22-
urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz".format(commit = ENZYMEXLA_COMMIT)],
2320
patch_cmds = [
24-
"""
21+
"""
2522
sed -i.bak0 "s/\\\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\\\/:patches/@enzyme_ad\\\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\\\/:patches/g" workspace.bzl
2623
""",
27-
]
24+
],
25+
sha256 = ENZYMEXLA_SHA256,
26+
strip_prefix = "Enzyme-JAX-" + ENZYMEXLA_COMMIT,
27+
urls = ["https://github.com/EnzymeAD/Enzyme-JAX/archive/{commit}.tar.gz".format(commit = ENZYMEXLA_COMMIT)],
2828
)
2929

3030
CUPTI_OLD = [

0 commit comments

Comments
 (0)