Skip to content

Commit 2195a3b

Browse files
Format code (#2225)
Co-authored-by: enzyme-ci-bot[bot] <78882869+enzyme-ci-bot[bot]@users.noreply.github.com>
1 parent 11cef65 commit 2195a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

third_party/xla/workspace.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ def repo(extra_patches = [], override_commit = ""):
1717
strip_prefix = "xla-{commit}".format(commit = commit),
1818
urls = ["https://github.com/openxla/xla/archive/{commit}.tar.gz".format(commit = commit)],
1919
patch_cmds = XLA_PATCHES + extra_patches,
20-
patches = ["//:patches/xla.patch", "//:patches/xla_win.patch"],
20+
patches = ["//:patches/xla.patch", "//:patches/xla_win.patch"],
2121
patch_args = ["-p1"],
2222
)

0 commit comments

Comments
 (0)