Skip to content

Commit

Permalink
Fix indentation issue in logger initialization code
Browse files Browse the repository at this point in the history
Signed-off-by: Aviral0702 <aviral.asthana0704@gmail.com>
  • Loading branch information
Aviral0702 committed Jun 18, 2024
1 parent fe98fb3 commit c01f68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/project/contributing/contributing-error.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ var (
func main() {
log, err := logger.New("test", logger.Options{
Format: logger.SyslogLogFormat,
LogLevel: logLevel,
LogLevel: logLevel,
})
if err != nil {
fmt.Println(err)
Expand Down

0 comments on commit c01f68b

Please sign in to comment.