Skip to content

Commit

Permalink
cargo fmt after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellorigotti committed Sep 14, 2023
1 parent 871fb20 commit 1c25de7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engine/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ use sp_runtime::DeserializeOwned;
use url::Url;

use clap::Parser;
use utilities::{metrics::Prometheus, Port, redact_endpoint_secret::SecretUrl};
use utilities::{metrics::Prometheus, redact_endpoint_secret::SecretUrl, Port};

use crate::constants::{CONFIG_ROOT, DEFAULT_CONFIG_ROOT};

Expand Down

0 comments on commit 1c25de7

Please sign in to comment.