Skip to content

Commit

Permalink
we need to run gofmt -w -s after go-bindata runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Dec 10, 2016
1 parent 55539db commit d9baf0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ VERSION=$(shell git describe --tags --always | sed 's/^v//')

build:
cd ui/web && go-bindata -pkg web admin_http_assets
find . -name '*.go' | grep -v '^\.\/vendor' | xargs gofmt -w -s
go build ./cmd/carbon-relay-ng

all:
Expand Down

0 comments on commit d9baf0d

Please sign in to comment.