Skip to content
Snippets Groups Projects
Commit 4fe4446c authored by xg.gao's avatar xg.gao
Browse files

go fmt

parent b16de38a
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