Skip to content

Commit

Permalink
Update noop.go
Browse files Browse the repository at this point in the history
Signed-off-by: Shivansh Vij <shivanshvij@outlook.com>
  • Loading branch information
ShivanshVij authored Jul 10, 2024
1 parent d84c726 commit aca2216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noop.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

package logging

var _ Logger = (*NopLogger)(nil)
var _ Logger = (*Noop)(nil)

// Noop is a no-op logger
type Noop struct {}
Expand Down

0 comments on commit aca2216

Please sign in to comment.