Skip to content

Commit

Permalink
Review comments #2.
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Mar 31, 2020
1 parent d3c61a9 commit 648bc50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions balancer/rls/internal/keys/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,7 @@ func (bm BuilderMap) Equal(am BuilderMap) bool {
return false
}

for key := range bm {
bBuilder := bm[key]
for key, bBuilder := range bm {
aBuilder, ok := am[key]
if !ok {
return false
Expand Down

0 comments on commit 648bc50

Please sign in to comment.