ethdb/pebble: luv you linter

This commit is contained in:
Péter Szilágyi 2023-09-29 20:52:55 +03:00
parent 22dcb7a77b
commit 966e50bddb

View File

@ -121,7 +121,7 @@ func (d *Database) onWriteStallEnd() {
// panicLogger is just a noop logger to disable Pebble's internal logger. // 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{} type panicLogger struct{}
func (l panicLogger) Infof(format string, args ...interface{}) { func (l panicLogger) Infof(format string, args ...interface{}) {