Skip to content

Commit

Permalink
Fix new lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattfbacon committed May 27, 2024
1 parent 6ee37f3 commit a19a8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ const SOURCE_URL: &str = "https://github.com/mattfbacon/typst-bot";

#[tokio::main(flavor = "current_thread")]
async fn main() {
self::bot::run().await;
bot::run().await;
}

0 comments on commit a19a8ff

Please sign in to comment.