diff --git a/batch.go b/batch.go index 533a115..12e7db1 100644 --- a/batch.go +++ b/batch.go @@ -96,4 +96,4 @@ func (b *Batch) Reset() { panic(err) } b.size = 0 -} \ No newline at end of file +} diff --git a/database.go b/database.go index e2a9eda..0fe2e50 100644 --- a/database.go +++ b/database.go @@ -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 -} \ No newline at end of file +} diff --git a/iterator.go b/iterator.go index 48985f0..473d87b 100644 --- a/iterator.go +++ b/iterator.go @@ -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() -} \ No newline at end of file +}