From fbb2269109a16be075006ae0f3fc58f63f0a82e0 Mon Sep 17 00:00:00 2001 From: Li Yi Date: Tue, 27 Oct 2015 00:44:51 +0800 Subject: [PATCH] Format the code Change-Id: Ia0000b3cfda0cb6146aaf22bccc189737a0a4c75 Signed-off-by: Li Yi --- libnetwork/datastore/datastore.go | 1 + 1 file changed, 1 insertion(+) diff --git a/libnetwork/datastore/datastore.go b/libnetwork/datastore/datastore.go index eaf84df30a..0ba7b6ef2c 100644 --- a/libnetwork/datastore/datastore.go +++ b/libnetwork/datastore/datastore.go @@ -225,6 +225,7 @@ func newClient(scope string, kv string, addr string, config *store.Config, cache if err != nil { return nil, err } + ds := &datastore{scope: scope, store: store, active: true, watchCh: make(chan struct{})} if cached { ds.cache = newCache(ds)