Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
williampsmith committed Oct 18, 2024
1 parent 75799ae commit 4d53602
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ async fn request_sign_bridge_action_into_certification(
let start = std::time::Instant::now();
let timeout = Duration::from_millis(TOTAL_TIMEOUT_MS);
let retry_interval = Duration::from_millis(RETRY_INTERVAL_MS);

while start.elapsed() < timeout {
match client.request_sign_bridge_action(action.clone()).await {
Ok(result) => {
Expand Down

0 comments on commit 4d53602

Please sign in to comment.