summaryrefslogtreecommitdiffstats
path: root/common/maps/params.go
diff options
context:
space:
mode:
Diffstat (limited to 'common/maps/params.go')
-rw-r--r--common/maps/params.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/maps/params.go b/common/maps/params.go
index 60fe56668..4bf95f43b 100644
--- a/common/maps/params.go
+++ b/common/maps/params.go
@@ -62,7 +62,7 @@ func (p Params) IsZero() bool {
return false
}
- for k, _ := range p {
+ for k := range p {
return k == mergeStrategyKey
}