Skip to content

Commit f00c8db

Browse files
authoredMay 2, 2022
Fix make format (apache#11197)
1 parent b878dcf commit f00c8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ $(foreach CMAKE_TARGET,$(CMAKE_TARGETS),$(eval $(GEN_CMAKE_RULE)))
9292
# scripts that are executed in the CI should be in tests/lint. This
9393
# allows docker/lint.sh to behave similarly to the CI.
9494
format:
95-
./tests/lint/git-clang-format.sh -i origin/main
95+
./tests/lint/git-clang-format.sh -i --rev origin/main
9696
black .
9797
cd rust && which cargo && cargo fmt --all
9898

0 commit comments

Comments
 (0)
Please sign in to comment.