goimports -w
This commit is contained in:
parent
8d3cc7f876
commit
3a3d8180e9
@ -239,4 +239,4 @@ func (d *Database) TruncateAncients(n uint64) error {
|
||||
// Sync flushes all in-memory ancient store data to disk
|
||||
func (d *Database) Sync() error {
|
||||
return errNotSupported
|
||||
}
|
||||
}
|
||||
|
@ -79,4 +79,4 @@ func (i *Iterator) Value() []byte {
|
||||
// Release should always succeed and can be called multiple times without causing error
|
||||
func (i *Iterator) Release() {
|
||||
i.db.Close()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user