Skip to content

Commit

Permalink
Update agent/proxycfg/mesh_gateway.go
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahalsmiller authored Apr 9, 2024
1 parent 2260f8b commit e286a72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/proxycfg/mesh_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (s *handlerMeshGateway) initialize(ctx context.Context) (ConfigSnapshot, er
if err != nil {
return snap, err
}

// Watch for service default object that matches this mesh gateway's name

Check failure on line 130 in agent/proxycfg/mesh_gateway.go

View workflow job for this annotation

GitHub Actions / lint / lint

File is not `gofmt`-ed with `-s` (gofmt)

Check failure on line 130 in agent/proxycfg/mesh_gateway.go

View workflow job for this annotation

GitHub Actions / lint-32bit / lint

File is not `gofmt`-ed with `-s` (gofmt)
err = s.dataSources.ConfigEntry.Notify(ctx, &structs.ConfigEntryQuery{
Kind: structs.ServiceDefaults,
Name: s.service,
Expand Down

0 comments on commit e286a72

Please sign in to comment.