pkg/types: gofmt existing code

This commit is contained in:
James Shubin 2016-05-11 10:46:46 -04:00
parent 029fe6bf47
commit 17e23769d9

View File

@ -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) {