mirror of
https://github.com/gogrlx/bitcask.git
synced 2026-04-02 02:58:59 -07:00
Fix glfmt/golint issues
This commit is contained in:
@@ -1196,10 +1196,10 @@ func BenchmarkPut(b *testing.B) {
|
||||
}
|
||||
|
||||
variants := map[string][]Option{
|
||||
"NoSync": []Option{
|
||||
"NoSync": {
|
||||
WithSync(false),
|
||||
},
|
||||
"Sync": []Option{
|
||||
"Sync": {
|
||||
WithSync(true),
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user