Skip to content

Commit

Permalink
Format logger.go
Browse files Browse the repository at this point in the history
  • Loading branch information
talhof8 committed Sep 24, 2020
1 parent 9a7b039 commit da06bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/logging/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
func NewLogger(name string, verbose bool) (*zap.Logger, error) {
var (
logger *zap.Logger
err error
err error
)

if verbose {
Expand Down

0 comments on commit da06bb8

Please sign in to comment.