Skip to content

Commit b6167ca

Browse files
committed
[fix] Review fixes
1 parent 0864a4f commit b6167ca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,8 @@ $(info INFO: Need to reinitialize git submodules)
388388
$(shell git submodule update --init)
389389
endif
390390

391-
# rebuild
391+
# rebuild SDK
392392
$(shell python3 tools/build_sdk.py)
393-
$(shell find ./ethereum-plugin-sdk -iname '*.h' -o -iname '*.c' | xargs clang-format-10 -i)
394393

395394
# check if a difference is noticed (fail if it happens in CI build)
396395
ifneq ($(shell git status | grep 'ethereum-plugin-sdk'),)

0 commit comments

Comments
 (0)