fix lint
This commit is contained in:
parent
a53c4e1597
commit
b187b5c301
@ -445,8 +445,7 @@ func (s *SplitStore) Close() error {
|
||||
}
|
||||
|
||||
s.cancel()
|
||||
s.debug.Close()
|
||||
return multierr.Combine(s.tracker.Close(), s.env.Close())
|
||||
return multierr.Combine(s.tracker.Close(), s.env.Close(), s.debug.Close())
|
||||
}
|
||||
|
||||
func (s *SplitStore) HeadChange(_, apply []*types.TipSet) error {
|
||||
|
Loading…
Reference in New Issue
Block a user