Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 19, 2024
1 parent 2259449 commit e876891
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kinode/src/eth/subscription.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ async fn build_subscription(
None => aps.urls.insert(0, url_provider.clone()),
Some(_) => aps.urls.insert(0, old_provider),
}

});
if !is_replacement_successful {
verbose_print(
Expand Down

0 comments on commit e876891

Please sign in to comment.