Skip to content

Commit

Permalink
Fix golint
Browse files Browse the repository at this point in the history
Signed-off-by: “huazhongming” <crazyhzm@apache.org>
  • Loading branch information
CrazyHZM committed Dec 9, 2024
1 parent 0745372 commit e4cc613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kit/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ func ToLogPriority(level LogLevel) int {
}

// NewLayottoLogger creates new Logger instance.
func NewLayottoLogger(name string) *layottoLogger {
func NewLayottoLogger(name string) Logger {
ll := &layottoLogger{
name: name,
logLevel: defaultLoggerLevel,
Expand Down

0 comments on commit e4cc613

Please sign in to comment.