Skip to content

Commit

Permalink
add return for funcs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewshan committed Nov 1, 2021
1 parent 56626a6 commit d15a750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store/boltdb/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ func (m *boltStore) initStoreData() error {
return err
}
}
return nil
}

func (m *boltStore) newStore() error {
Expand Down

0 comments on commit d15a750

Please sign in to comment.