Skip to content

Commit

Permalink
Go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandr Samylkin committed Apr 27, 2017
1 parent 0061daf commit 6be1245
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions service/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ func TestWithModules_StartTimeout(t *testing.T) {
cfg := config.NewStaticProvider(map[string]interface{}{
"startTimeout": time.Microsecond,
"stopTimeout": time.Microsecond,
"name": "test",
"owner": "test@uber.com",
"name": "test",
"owner": "test@uber.com",
})

svc, err := WithModule(startTimeoutProvider).
Expand All @@ -87,8 +87,8 @@ func TestWithModules_StopTimeout(t *testing.T) {
cfg := config.NewStaticProvider(map[string]interface{}{
"startTimeout": time.Microsecond,
"stopTimeout": time.Microsecond,
"name": "test",
"owner": "test@uber.com",
"name": "test",
"owner": "test@uber.com",
})

svc, err := WithModule(stopTimeoutProvider).
Expand Down

0 comments on commit 6be1245

Please sign in to comment.