Sfoglia il codice sorgente

pkg/types: gofmt existing code

James Shubin 9 anni fa
parent
commit
17e23769d9
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      pkg/types/urlsmap_test.go

+ 1 - 2
pkg/types/urlsmap_test.go

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