Skip to content

Commit 27929b8

Browse files
committed
Formatter applied
1 parent 8261dcc commit 27929b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/governance_state/src/conway_voting.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,10 @@ impl ConwayVoting {
496496

497497
if !proposal_procedures.is_empty() {
498498
let pp = proposal_procedures.into_iter().map(|x| format!("{x},")).collect::<String>();
499-
info!("Proposal procedures at {new_epoch} without 'votes' records: [{}]", pp);
499+
info!(
500+
"Proposal procedures at {new_epoch} without 'votes' records: [{}]",
501+
pp
502+
);
500503
}
501504
}
502505

0 commit comments

Comments
 (0)