Skip to content

Commit

Permalink
Merge pull request #34 from iotafr/master
Browse files Browse the repository at this point in the history
Add new line after error message
  • Loading branch information
eko committed Nov 18, 2019
2 parents 904ea13 + 9b91ffd commit 7d85f2b
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 7d85f2b

Please sign in to comment.