From e3b1b7e3f8203de08f296ca5fde18884a870c15a Mon Sep 17 00:00:00 2001 From: Joe Zou <yixian.zou@gmail.com> Date: Tue, 5 Nov 2019 15:34:16 +0800 Subject: [PATCH] format code --- config_center/apollo/impl_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/config_center/apollo/impl_test.go b/config_center/apollo/impl_test.go index 4cb740166..45edaf01d 100644 --- a/config_center/apollo/impl_test.go +++ b/config_center/apollo/impl_test.go @@ -38,7 +38,6 @@ const ( mockNamespace = "mockDubbog.properties" mockNotifyRes = `[{"namespaceName":"mockDubbog","notificationId":53050,"messages":{"details":{"testApplication_yang+default+mockDubbog":53050}}}]` mockServiceConfigRes = `[{"appName":"APOLLO-CONFIGSERVICE","instanceId":"instance-300408ep:apollo-configservice:8080","homepageUrl":"http://localhost:8080"}]` - ) var ( -- GitLab