Skip to content

Commit cecb694

Browse files
committed
Remove extra newline
1 parent d1c9bd6 commit cecb694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packages/syncing.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub fn sync_new_gleam_releases(
5656
)),
5757
)
5858
let latest = storage.upsert_most_recent_hex_timestamp(db, latest)
59-
wisp.log_info("\nUp to date!")
59+
wisp.log_info("Up to date!")
6060
latest
6161
}
6262

0 commit comments

Comments
 (0)