From e940560b033824085871bb5687f268610c10e4cc Mon Sep 17 00:00:00 2001 From: Hamish Peebles Date: Tue, 12 Nov 2024 13:40:05 +0000 Subject: [PATCH] clippy --- canister/src/jobs/check_for_new_nns_votes.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canister/src/jobs/check_for_new_nns_votes.rs b/canister/src/jobs/check_for_new_nns_votes.rs index 151934d..0566f9e 100644 --- a/canister/src/jobs/check_for_new_nns_votes.rs +++ b/canister/src/jobs/check_for_new_nns_votes.rs @@ -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()