Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Oct 8, 2023
1 parent 4abb7b8 commit 3d7c62f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/orchestrator/src/network/parachain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ use std::{
str::FromStr,
};

use subxt::{subxt, dynamic::Value, OnlineClient, SubstrateConfig};
use subxt::{dynamic::Value, OnlineClient, SubstrateConfig};
use subxt_signer::{sr25519::Keypair, SecretUri};
use support::fs::FileSystem;

use super::node::NetworkNode;
use crate::{shared::types::RegisterParachainOptions, ScopedFilesystem};

#[subxt(runtime_metadata_path = "src/metadata.scale")]
pub mod substrate{}
#[subxt::subxt(runtime_metadata_path = "src/metadata.scale")]
pub mod substrate {}

#[derive(Debug)]
pub struct Parachain {
Expand Down

0 comments on commit 3d7c62f

Please sign in to comment.