mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-17 09:23:48 +00:00
swarm/storage: noop change to trigger travis (after outage)
This commit is contained in:
parent
3a4875fc87
commit
358783fe35
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ func (self *LocalStore) Get(key Key) (chunk *Chunk, err error) {
|
|||
return
|
||||
}
|
||||
|
||||
// Close local store
|
||||
// Close the local store
|
||||
func (self *LocalStore) Close() {
|
||||
self.DbStore.Close()
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue