Skip to content

Commit

Permalink
fix: Missing space between discovered and fresh releases
Browse files Browse the repository at this point in the history
Fixes #458
  • Loading branch information
RustyNova016 committed Jan 31, 2025
1 parent a1cff66 commit 99a04f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tools/daily.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ pub async fn daily_report(conn: &mut sqlx::SqliteConnection, username: &str) {
rec.listen_count()
);
}

println!();
}

if !fresh_releases.is_empty() {
Expand Down

0 comments on commit 99a04f3

Please sign in to comment.