Skip to content

Commit 5b7b36a

Browse files
committed
remove unnecessary new lines
1 parent bb30724 commit 5b7b36a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ethdb/pebble/pebble.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ func New(file string, cache int, handles int, namespace string, readonly bool, e
230230
quitChan: make(chan chan error),
231231
writeOptions: &pebble.WriteOptions{Sync: !ephemeral},
232232
}
233-
234233
opt := &pebble.Options{
235234
// Pebble has a single combined cache area and the write
236235
// buffers are taken from this too. Assign all available
@@ -276,7 +275,6 @@ func New(file string, cache int, handles int, namespace string, readonly bool, e
276275
WALMinSyncInterval: extraOptions.WALMinSyncInterval,
277276
TargetByteDeletionRate: extraOptions.TargetByteDeletionRate,
278277
}
279-
280278
// Disable seek compaction explicitly. Check https://github.com/ethereum/go-ethereum/pull/20130
281279
// for more details.
282280
opt.Experimental.ReadSamplingMultiplier = -1

0 commit comments

Comments
 (0)