We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c9bd6 commit cecb694Copy full SHA for cecb694
src/packages/syncing.gleam
@@ -56,7 +56,7 @@ pub fn sync_new_gleam_releases(
56
)),
57
)
58
let latest = storage.upsert_most_recent_hex_timestamp(db, latest)
59
- wisp.log_info("\nUp to date!")
+ wisp.log_info("Up to date!")
60
latest
61
}
62
0 commit comments