From af2210171ae78cbdf8619ddf894f3d06296a61db Mon Sep 17 00:00:00 2001
From: zhengxianle <zhengxianle@gmail.com>
Date: Sun, 17 May 2020 13:33:02 +0800
Subject: [PATCH] =?UTF-8?q?Fix=20=E2=80=9Cuncheck=20travis=20rules=20of=20?=
 =?UTF-8?q?go=20fmt=E2=80=9D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 registry/etcdv3/listener_test.go | 2 +-
 remoting/etcdv3/client_test.go   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/registry/etcdv3/listener_test.go b/registry/etcdv3/listener_test.go
index 333d7378f..f27e7ce8b 100644
--- a/registry/etcdv3/listener_test.go
+++ b/registry/etcdv3/listener_test.go
@@ -24,9 +24,9 @@ import (
 )
 
 import (
+	"github.com/coreos/etcd/embed"
 	"github.com/dubbogo/getty"
 	"github.com/stretchr/testify/suite"
-	"github.com/coreos/etcd/embed"
 )
 
 import (
diff --git a/remoting/etcdv3/client_test.go b/remoting/etcdv3/client_test.go
index 329aed6c0..e37b6383d 100644
--- a/remoting/etcdv3/client_test.go
+++ b/remoting/etcdv3/client_test.go
@@ -29,11 +29,11 @@ import (
 )
 
 import (
+	"github.com/coreos/etcd/embed"
 	"github.com/coreos/etcd/mvcc/mvccpb"
 	perrors "github.com/pkg/errors"
 	"github.com/stretchr/testify/assert"
 	"github.com/stretchr/testify/suite"
-	"github.com/coreos/etcd/embed"
 	"google.golang.org/grpc/connectivity"
 )
 
-- 
GitLab