Skip to content

Commit 038aa45

Browse files
committed
fix(logger): add missing period in comment
Fix linter error by adding period to comment ending
1 parent a37e440 commit 038aa45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/logger/logger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Logger interface {
1515
Error(msg string, args ...any)
1616
}
1717

18-
// Compile-time assertion that *slog.Logger implements Logger interface
18+
// Compile-time assertion that *slog.Logger implements Logger interface.
1919
var _ Logger = (*slog.Logger)(nil)
2020

2121
// NewLogger creates a new logger

0 commit comments

Comments
 (0)