From 1a16b04ddab27aa69b9c496e0c7d2b8400723727 Mon Sep 17 00:00:00 2001 From: "xg.gao" <xg.gao@tianrang-inc.com> Date: Thu, 23 Jul 2020 12:11:34 +0800 Subject: [PATCH] code_format --- registry/consul/listener.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/consul/listener.go b/registry/consul/listener.go index cf3888dd1..b15983450 100644 --- a/registry/consul/listener.go +++ b/registry/consul/listener.go @@ -197,7 +197,7 @@ func (l *consulListener) Next() (*registry.ServiceEvent, error) { } } -// Close closes this listener +// Close the listener. func (l *consulListener) Close() { close(l.done) l.plan.Stop() -- GitLab