This is an automated email from the ASF dual-hosted git repository.
csullivan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new f00c8db5ce Fix make format (#11197)
f00c8db5ce is described below
commit f00c8db5ce8ec4e04736e5a6689ff9f65caeaeb5
Author: Mehrdad Hessar <[email protected]>
AuthorDate: Mon May 2 15:58:59 2022 -0700
Fix make format (#11197)
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 05bd7245f8..d5dd45161c 100644
--- a/Makefile
+++ b/Makefile
@@ -92,7 +92,7 @@ $(foreach CMAKE_TARGET,$(CMAKE_TARGETS),$(eval
$(GEN_CMAKE_RULE)))
# scripts that are executed in the CI should be in tests/lint. This
# allows docker/lint.sh to behave similarly to the CI.
format:
- ./tests/lint/git-clang-format.sh -i origin/main
+ ./tests/lint/git-clang-format.sh -i --rev origin/main
black .
cd rust && which cargo && cargo fmt --all