From f41f7bf2ba97ca19320ee3f53035a35c3b55a3e5 Mon Sep 17 00:00:00 2001 From: Joe Zou <yixian.zou@gmail.com> Date: Tue, 5 Nov 2019 23:48:31 +0800 Subject: [PATCH] format code --- config_center/apollo/factory.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_center/apollo/factory.go b/config_center/apollo/factory.go index 14f9bf369..e35873575 100644 --- a/config_center/apollo/factory.go +++ b/config_center/apollo/factory.go @@ -39,7 +39,7 @@ func createDynamicConfigurationFactory() DynamicConfigurationFactory { type apolloConfigurationFactory struct{} var ( - once sync.Once + once sync.Once dynamicConfiguration *apolloConfiguration ) -- GitLab