swarm: fix megacheck warnings
This commit is contained in:
@ -74,6 +74,4 @@ func (self *LocalStore) Get(key Key) (chunk *Chunk, err error) {
|
||||
}
|
||||
|
||||
// Close local store
|
||||
func (self *LocalStore) Close() {
|
||||
return
|
||||
}
|
||||
func (self *LocalStore) Close() {}
|
||||
|
Reference in New Issue
Block a user