Skip to content
Snippets Groups Projects
Commit d6fadc1f authored by vito.he's avatar vito.he
Browse files

Fix: code format

parent 14ae6b79
No related branches found
No related tags found
No related merge requests found
......@@ -272,7 +272,7 @@ func (r *zkRegistry) register(c common.URL) error {
params = url.Values{}
c.RangeParams(func(key, value string) bool {
params[key] = []string{value}
params.Add(key, value)
return true
})
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment