Skip to content
Snippets Groups Projects
Commit ad60db4e authored by yongbo.zhou's avatar yongbo.zhou
Browse files

fmt_code

parent e3eb1993
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ func SetRegistry(name string, v func(config *common.URL) (registry.Registry, err
// GetRegistry ...
func GetRegistry(name string, config *common.URL) (registry.Registry, error) {
if registrys[name] == nil {
panic("registry for " + name + " does not exist. please make sure that you have imported the package `github.com/apache/dubbo-go/registry/"+name+"`.")
panic("registry for " + name + " does not exist. please make sure that you have imported the package `github.com/apache/dubbo-go/registry/" + name + "`.")
}
return registrys[name](config)
......
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