Skip to content

Commit 7c7de9e

Browse files
authored
Merge pull request #8 from nxjosephofficial/download-newline
Add a newline to printed information after wallpaper is downloaded
2 parents 697729e + 6abc3a5 commit 7c7de9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wallhaven/cli.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func Search(cmd *cobra.Command, args []string) error {
6868
return err
6969
}
7070

71-
fmt.Printf("[download] %v", url)
71+
fmt.Printf("[download] %v\n", url)
7272
return nil
7373
}
7474

0 commit comments

Comments
 (0)