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
@@ -96,4 +96,4 @@ func (b *Batch) Reset() {
panic(err)
}
b.size = 0
}
}