Skip to content

Commit

Permalink
Run formatting with -s as CI will validate that this has been done
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeeler committed Jun 12, 2023
1 parent ad6652a commit 7a1e99b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ fmt: $(foreach mod,$(GO_MODULES),fmt/$(mod))
.PHONY: fmt/%
fmt/%:
@echo "--> Running go fmt ($*)"
@cd $* && go fmt ./...
@cd $* && gofmt -s -l -w .

.PHONY: lint
lint: $(foreach mod,$(GO_MODULES),lint/$(mod)) lint-container-test-deps
Expand Down
2 changes: 1 addition & 1 deletion agent/consul/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ type Deps struct {

// HCP contains the dependencies required when integrating with the HashiCorp Cloud Platform
HCP hcp.Deps

Experiments []string

EnterpriseDeps
Expand Down

0 comments on commit 7a1e99b

Please sign in to comment.