ethdb/pebble: luv you linter

pull/28232/head
Péter Szilágyi 12 months ago
parent 22dcb7a77b
commit 966e50bddb
  1. 2
      ethdb/pebble/pebble.go

@ -121,7 +121,7 @@ func (d *Database) onWriteStallEnd() {
// panicLogger is just a noop logger to disable Pebble's internal logger.
//
// TODO(karalabe): Remove when Pebble sets this as teh default.
// TODO(karalabe): Remove when Pebble sets this as the default.
type panicLogger struct{}
func (l panicLogger) Infof(format string, args ...interface{}) {

Loading…
Cancel
Save