Skip to content

Commit fb4e47b

Browse files
committed
Fixing a formatting issue.
1 parent 9a466fe commit fb4e47b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sim-lib/src/lib.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -940,7 +940,9 @@ async fn produce_events<N: DestinationGenerator + ?Sized, A: PaymentGenerator +
940940
loop {
941941
if let Some(c) = node_generator.payment_count() {
942942
if c == current_count {
943-
log::info!("Payment count has been met for {source}: {c} payments. Stopping the activity.");
943+
log::info!(
944+
"Payment count has been met for {source}: {c} payments. Stopping the activity."
945+
);
944946
return Ok(());
945947
}
946948
}

0 commit comments

Comments
 (0)