Просмотр исходного кода

pkg/types: gofmt existing code

James Shubin 9 лет назад
Родитель
Сommit
17e23769d9
1 измененных файлов с 1 добавлено и 2 удалено
  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) {