Skip to content
Snippets Groups Projects
Commit cb9045cd authored by zhengxianle's avatar zhengxianle
Browse files

Fix “uncheck travis rules of go fmt”

parent ebb1b0ce
No related branches found
No related tags found
No related merge requests found
...@@ -24,9 +24,9 @@ import ( ...@@ -24,9 +24,9 @@ import (
) )
import ( import (
"github.com/coreos/etcd/embed"
"github.com/dubbogo/getty" "github.com/dubbogo/getty"
"github.com/stretchr/testify/suite" "github.com/stretchr/testify/suite"
"github.com/coreos/etcd/embed"
) )
import ( import (
......
...@@ -29,11 +29,11 @@ import ( ...@@ -29,11 +29,11 @@ import (
) )
import ( import (
"github.com/coreos/etcd/embed"
"github.com/coreos/etcd/mvcc/mvccpb" "github.com/coreos/etcd/mvcc/mvccpb"
perrors "github.com/pkg/errors" perrors "github.com/pkg/errors"
"github.com/stretchr/testify/assert" "github.com/stretchr/testify/assert"
"github.com/stretchr/testify/suite" "github.com/stretchr/testify/suite"
"github.com/coreos/etcd/embed"
"google.golang.org/grpc/connectivity" "google.golang.org/grpc/connectivity"
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment