Skip to content

Commit 2b25f8a

Browse files
committed
clippy
1 parent 800f82e commit 2b25f8a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pallets/drand/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -512,10 +512,7 @@ impl<T: Config> Pallet<T> {
512512
),
513513
}
514514
} else {
515-
log::debug!(
516-
"Drand: No local account available to submit round {:?}",
517-
round
518-
);
515+
log::debug!("Drand: No local account available to submit round {round:?}");
519516
}
520517
}
521518
}

0 commit comments

Comments
 (0)