Skip to content
Snippets Groups Projects
Commit 2532b495 authored by AlexStocks's avatar AlexStocks
Browse files

Mod: gofmt all go files

parent cf80d064
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,6 @@ func newNacosServiceDiscovery(url *common.URL) (registry.ServiceDiscovery, error
}
return &nacosServiceDiscovery{
nacosBaseRegistry: base,
group: url.GetParam(constant.NACOS_GROUP, defaultGroup),
group: url.GetParam(constant.NACOS_GROUP, defaultGroup),
}, nil
}
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