Skip to content

Commit

Permalink
Add new line after error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ldechoux committed Nov 18, 2019
1 parent 904ea13 commit 9b91ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Expand Up @@ -46,7 +46,7 @@ func main() {

conf, err := config.Load()
if err != nil {
fmt.Printf("❌ %v", err)
fmt.Printf("❌ %v\n", err)
return
}

Expand Down

0 comments on commit 9b91ffd

Please sign in to comment.