Skip to content

Commit

Permalink
Merge 7a1e99b into backport/catalog-v2/feature-flag/randomly-decent-gnat
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-consul-core authored Jun 12, 2023
2 parents 54f7681 + 7a1e99b commit 77fd376
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 77fd376

Please sign in to comment.