Revert "ethdb/pebble: luv you linter"

This reverts commit eaf8598864.
This commit is contained in:
devopsbo3 2023-11-10 12:27:53 -06:00 committed by GitHub
parent e5173a1c71
commit 400f7068e5

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 the default. // TODO(karalabe): Remove when Pebble sets this as teh default.
type panicLogger struct{} type panicLogger struct{}
func (l panicLogger) Infof(format string, args ...interface{}) { func (l panicLogger) Infof(format string, args ...interface{}) {