Skip to content

Commit

Permalink
Fix vet
Browse files Browse the repository at this point in the history
  • Loading branch information
arjan-bal committed Aug 14, 2024
1 parent 67b9b6b commit 0792002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion balancer/pickfirst_leaf/pickfirst_leaf.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ func (b *pickfirstBalancer) ExitIdle() {
})
}

// exitIdle starts a conection attempt if not already started.
// exitIdle starts a connection attempt if not already started.
// Only executed in the context of a serializer callback.
func (b *pickfirstBalancer) exitIdle() {
b.requestConnection()
Expand Down

0 comments on commit 0792002

Please sign in to comment.