Skip to content

Commit b326f5f

Browse files
committed
test(flowcontrol): gofmt integration_test.go
Signed-off-by: Luke Van Drie <lukevandrie@google.com>
1 parent 0bc6b84 commit b326f5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/epp/flowcontrol/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ func TestGlobalAndBandCapacityInteraction(t *testing.T) {
497497

498498
key := flowcontrol.FlowKey{ID: "flow-a", Priority: 0}
499499

500-
const count = 3
500+
const count = 3
501501
release := h.fillQueue(t, key, count, 100, func() bool {
502502
return h.reg.Stats().TotalLen == count
503503
})

0 commit comments

Comments
 (0)