Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jun 3, 2024
1 parent 4ced3a8 commit 86257c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aquadoggo/src/api/config_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ use p2panda_rs::schema::SchemaId;
use serde::{Deserialize, Deserializer, Serialize, Serializer};
use tempfile::TempDir;

use crate::{AllowList, Configuration, NetworkConfiguration};
use crate::network::utils::to_multiaddress;
use crate::{AllowList, Configuration, NetworkConfiguration};

const WILDCARD: &str = "*";

Expand Down

0 comments on commit 86257c3

Please sign in to comment.