Skip to content

Commit

Permalink
Chore(make): indent
Browse files Browse the repository at this point in the history
  • Loading branch information
9547 committed Sep 18, 2020
1 parent 8c398b5 commit fe7e943
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ tools/bin/failpoint-ctl: go.mod
$(GO) build -o $@ github.com/pingcap/failpoint/failpoint-ctl

pkger:
$(GO) run tools/pkger/main.go -s templates -d pkg/cluster/embed
$(GO) run tools/pkger/main.go -s templates -d pkg/cluster/embed

fmt:
@echo "gofmt (simplify)"
Expand All @@ -121,4 +121,3 @@ tools/bin/revive: tools/check/go.mod

tools/bin/golangci-lint:
curl -sfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh| sh -s -- -b ./tools/bin v1.27.0

0 comments on commit fe7e943

Please sign in to comment.