Skip to content

Commit 81454df

Browse files
committed
fmt
1 parent e0b601d commit 81454df

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

tip-router-operator-cli/src/process_epoch.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ pub async fn loop_stages(
112112
save_stages: bool,
113113
) -> Result<()> {
114114
let keypair = read_keypair_file(&cli.keypair_path).expect("Failed to read keypair file");
115-
115+
116116
let mut current_epoch_info = {
117117
loop {
118118
match rpc_client.get_epoch_info().await {
@@ -329,7 +329,10 @@ pub async fn loop_stages(
329329
)
330330
.await;
331331
if let Err(e) = submit_result {
332-
error!("Failed to submit epoch {} to NCN: {:?}", epoch_to_process, e);
332+
error!(
333+
"Failed to submit epoch {} to NCN: {:?}",
334+
epoch_to_process, e
335+
);
333336
}
334337
stage = OperatorState::WaitForNextEpoch;
335338
}

0 commit comments

Comments
 (0)