Run gofmt

This commit is contained in:
Nigel Deakin
2017-10-27 16:29:35 +01:00
parent 063c2b2e91
commit 222a80bbd6

View File

@@ -79,7 +79,7 @@ func NewFromEnv(ctx context.Context, opts ...ServerOption) *Server {
func New(ctx context.Context, ds models.Datastore, mq models.MessageQueue, logDB models.LogStore, opts ...ServerOption) *Server {
setTracer()
s := &Server{
Agent: agent.New(cache.Wrap(ds), mq), // only add datastore caching to agent
Router: gin.New(),