Skip to content

Commit

Permalink
Merge pull request #7652 from heyitsanthony/fix-gofmt-clientv3
Browse files Browse the repository at this point in the history
clientv3: fix go1.8 go fmt warning in test
  • Loading branch information
Anthony Romano committed Apr 3, 2017
2 parents e56e430 + a014910 commit 7dbc454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clientv3/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ func TestDialTimeout(t *testing.T) {
defer testutil.AfterTest(t)

testCfgs := []Config{
Config{
{
Endpoints: []string{"http://254.0.0.1:12345"},
DialTimeout: 2 * time.Second,
},
Config{
{
Endpoints: []string{"http://254.0.0.1:12345"},
DialTimeout: time.Second,
Username: "abc",
Expand Down

0 comments on commit 7dbc454

Please sign in to comment.