diff options
author | Wolfy-J <[email protected]> | 2018-07-08 21:01:40 -0700 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-07-08 21:01:40 -0700 |
commit | ef38a99429c9916137ecd5953703a694bfc1c569 (patch) | |
tree | af6c127dbd3d1cd63a30fb9082f7b9ef236da844 /service/injector_test.go | |
parent | a180d5e1128f735976497dff69c8c3a1061c42c7 (diff) |
go fmt
Diffstat (limited to 'service/injector_test.go')
-rw-r--r-- | service/injector_test.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/service/injector_test.go b/service/injector_test.go index 3a2bf405..facc3f74 100644 --- a/service/injector_test.go +++ b/service/injector_test.go @@ -1,10 +1,10 @@ package service import ( - "testing" - "github.com/stretchr/testify/assert" - "github.com/sirupsen/logrus/hooks/test" "github.com/sirupsen/logrus" + "github.com/sirupsen/logrus/hooks/test" + "github.com/stretchr/testify/assert" + "testing" ) func TestContainer_Init(t *testing.T) { @@ -21,4 +21,4 @@ func TestContainer_Init(t *testing.T) { assert.NoError(t, c.Serve()) c.Stop() -}
\ No newline at end of file +} |