goimports -w

This commit is contained in:
Ian Norden
2020-05-30 12:10:48 -05:00
parent 8d3cc7f876
commit 3a3d8180e9
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
}
}