Browse Source

pkg/types: gofmt existing code

James Shubin 9 years ago
parent
commit
17e23769d9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pkg/types/urlsmap_test.go

+ 1 - 2
pkg/types/urlsmap_test.go

@@ -15,10 +15,9 @@
 package types
 package types
 
 
 import (
 import (
+	"github.com/coreos/etcd/pkg/testutil"
 	"reflect"
 	"reflect"
 	"testing"
 	"testing"
-
-	"github.com/coreos/etcd/pkg/testutil"
 )
 )
 
 
 func TestParseInitialCluster(t *testing.T) {
 func TestParseInitialCluster(t *testing.T) {