mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 23:51:03 +00:00
Apply review suggestion
typo fix Co-authored-by: Travis Turner <travis@pilosa.com>
This commit is contained in:
parent
177c27dc31
commit
54ff05c266
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ func (n *nopLogger) Printf(format string, v ...interface{}) {}
|
|||
// Debugf is a no-op implementation of the Logger Debugf method.
|
||||
func (n *nopLogger) Debugf(format string, v ...interface{}) {}
|
||||
|
||||
// Infof is a no-op implementation of the Logger Printf method.
|
||||
// Infof is a no-op implementation of the Logger Infof method.
|
||||
func (n *nopLogger) Infof(format string, v ...interface{}) {}
|
||||
|
||||
// Warnf is a no-op implementation of the Logger Warnf method.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue