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
@@ -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()
}
}