Skip to content
Snippets Groups Projects
Commit db27238e authored by CodingSinger's avatar CodingSinger
Browse files

fix fmt failure

parent d3f3af06
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ func (l *RegistryDataListener) DataChange(eventType remoting.Event) bool {
return false
}
func (l *RegistryDataListener) Close(){
func (l *RegistryDataListener) Close() {
for _, listener := range l.subscribed {
listener.(*RegistryConfigurationListener).Close()
}
......
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