Skip to content

Commit

Permalink
align this
Browse files Browse the repository at this point in the history
  • Loading branch information
rboyer committed Jan 25, 2021
1 parent 1b4745c commit b7ef360
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/consul/gateway_locator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -473,14 +473,14 @@ func TestGatewayLocator(t *testing.T) {
}

type testServerDelegate struct {
dcSupportsFederationStates int32 // atomically accessed, at start to prevent alignment issues

State *state.Store

Calls []uint64

isLeader bool
lastContact time.Time

dcSupportsFederationStates int32 // atomic
}

func (d *testServerDelegate) setDatacenterSupportsFederationStates() {
Expand Down

0 comments on commit b7ef360

Please sign in to comment.