Skip to content

Commit

Permalink
Add ending newline when finished saving DB.
Browse files Browse the repository at this point in the history
  • Loading branch information
UmanShahzad committed Aug 4, 2023
1 parent c4d505b commit 2589fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipinfo/cmd_download.go
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ func downloadDb(url string, fileName string, format string, zip bool) error {
}
}

fmt.Printf("Database %s saved successfully.", fileName)
fmt.Printf("Database %s saved successfully.\n", fileName)
}

return nil
Expand Down

0 comments on commit 2589fd9

Please sign in to comment.