Skip to content

Commit

Permalink
Remove unnecessary brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
EricBolten committed Nov 11, 2022
1 parent 4ecac09 commit ee6cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/cosmos_gravity/src/send.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub async fn send_main_loop(
.await
{
Ok(res) => debug!("message sent: {:?}", res),
Err(err) => {log_send_error(&msg_vec, err)}
Err(err) => log_send_error(&msg_vec, err),
}
}
}
Expand Down

0 comments on commit ee6cd29

Please sign in to comment.