correct gofmt invocation

pull/3943/head
Matthew Hooker 10 years ago
parent a8e57d83d2
commit c8f64a44fe

@ -53,7 +53,7 @@ fmt-examples:
# source files.
generate: deps ## Generate dynamically generated code
go generate .
go fmt command/plugin.go
gofmt -w command/plugin.go
test: deps ## Run unit tests
@go test $(TEST) $(TESTARGS) -timeout=2m

Loading…
Cancel
Save