Skip to content

Commit 0d7c7ef

Browse files
committed
spacing fix
1 parent 396f667 commit 0d7c7ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ test:
7070
SUBMODULES=$$(git config --file .gitmodules --get-regexp path | awk '{print $$2}'); \
7171
PKGS=$$(go list ./... | grep -vF "$$SUBMODULES"); \
7272
if gotestsum --format short-verbose $$PKGS && \
73-
go test -cover -covermode=atomic -coverpkg=$$(echo $$PKGS | tr ' ' ',') -coverprofile="$(COVER_PROFILE)" $$PKGS >/dev/null; then \
73+
go test -cover -covermode=atomic -coverpkg=$$(echo $$PKGS | tr ' ' ',') -coverprofile="$(COVER_PROFILE)" $$PKGS >/dev/null; then \
7474
if [ -f "$(COVER_PROFILE)" ]; then \
7575
echo "$$SUBMODULES" | while read SUBMODULE; do \
7676
grep -v "$$SUBMODULE" "$(COVER_PROFILE)" > "$(COVER_PROFILE).tmp" && mv "$(COVER_PROFILE).tmp" "$(COVER_PROFILE)"; \

0 commit comments

Comments
 (0)