Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
null8626 committed Jan 2, 2024
1 parent ee62172 commit 3f31aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/autoposter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl Autoposter {
thread: spawn(async move {
loop {
data.sem.acquire().await.unwrap().forget();

{
let lock = data.stats.lock().await;
let _ = client.post_stats(&lock).await;
Expand Down

0 comments on commit 3f31aa0

Please sign in to comment.