From f71188eda19c4b6321162980bb5877d751d1db83 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E9=AB=98=E8=BE=9B=E6=A0=BC?= <xg.gao@tianrang-inc.com>
Date: Wed, 3 Jul 2019 13:16:27 +0800
Subject: [PATCH] go fmt

---
 remoting/zookeeper/listener_test.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/remoting/zookeeper/listener_test.go b/remoting/zookeeper/listener_test.go
index 4bfab6f1c..845c9a122 100644
--- a/remoting/zookeeper/listener_test.go
+++ b/remoting/zookeeper/listener_test.go
@@ -26,8 +26,8 @@ import (
 	"github.com/stretchr/testify/assert"
 )
 import (
-	"github.com/apache/dubbo-go/remoting"
 	"github.com/apache/dubbo-go/common/logger"
+	"github.com/apache/dubbo-go/remoting"
 )
 
 func initZkData(t *testing.T) (*zk.TestCluster, *ZookeeperClient, <-chan zk.Event) {
-- 
GitLab