Skip to content

Commit

Permalink
made clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Jun 9, 2024
1 parent a0e18a7 commit 192b312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/store.rs
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ WHERE
Ok(())
}

let res = inner(self, &medals).await;
let res = inner(self, medals).await;
let _entered = info_span!("store_medals").entered();

match res {
Expand Down

0 comments on commit 192b312

Please sign in to comment.