Skip to content

Commit

Permalink
ethdb/pebble: luv you linter
Browse files Browse the repository at this point in the history
  • Loading branch information
karalabe committed Sep 29, 2023
1 parent 22dcb7a commit 966e50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethdb/pebble/pebble.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{}) {
Expand Down

0 comments on commit 966e50b

Please sign in to comment.