Skip to content

Commit

Permalink
resolving minor mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhur committed Dec 8, 2024
1 parent e2f532c commit 0b291b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/log/entry.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ type FormattedLogOps interface {
// Fatalf logs a fatal message with formatting and terminates the program.
Fatalf(format string, args ...interface{})

//Printf logs a message with formatting.
// Printf logs a message with formatting.
Printf(format string, args ...interface{})
}

Expand Down

0 comments on commit 0b291b0

Please sign in to comment.