summaryrefslogtreecommitdiff
path: root/service/container.go
diff options
context:
space:
mode:
Diffstat (limited to 'service/container.go')
-rw-r--r--service/container.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/container.go b/service/container.go
index 96f2d546..436d2e5f 100644
--- a/service/container.go
+++ b/service/container.go
@@ -4,8 +4,8 @@ import (
"fmt"
"github.com/pkg/errors"
"github.com/sirupsen/logrus"
- "sync"
"reflect"
+ "sync"
)
var noConfig = fmt.Errorf("no config has been provided")