From d15a75097fe96e5bef0a8de0a6e9c9006f2bcbf6 Mon Sep 17 00:00:00 2001 From: andrewshan Date: Mon, 1 Nov 2021 17:34:02 +0800 Subject: [PATCH] add return for funcs --- store/boltdb/default.go | 1 + 1 file changed, 1 insertion(+) diff --git a/store/boltdb/default.go b/store/boltdb/default.go index 5c434fda1..73be5254e 100644 --- a/store/boltdb/default.go +++ b/store/boltdb/default.go @@ -116,6 +116,7 @@ func (m *boltStore) initStoreData() error { return err } } + return nil } func (m *boltStore) newStore() error {