Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Nov 12, 2024
1 parent 874e21c commit e940560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canister/src/jobs/check_for_new_nns_votes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn start_job() {
}

async fn run() {
log(format!("Checking for new NNS votes"));
log("Checking for new NNS votes");

let futures: Vec<_> = state::mutate(|s| {
s.iter_neuron_pairs()
Expand Down

0 comments on commit e940560

Please sign in to comment.