Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Apr 4, 2024
1 parent 158f883 commit f6ab9cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/commands/new/parachain.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
engines::{
parachain_engine::instantiate_template_dir,
templates::{Provider, Template, Config},
templates::{Config, Provider, Template},
},
git::GitHub,
helpers::{display_release_versions_to_user, git_init, prompt_customizable_options},
Expand Down
2 changes: 1 addition & 1 deletion src/engines/parachain_engine.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use crate::{
engines::{
generator::{ChainSpec, Network},
templates::{Template, Config},
templates::{Config, Template},
},
helpers::{clone_and_degit, sanitize, write_to_file},
};
Expand Down
1 change: 0 additions & 1 deletion src/engines/templates.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ pub struct Config {
pub(crate) initial_endowment: String,
}


#[derive(Clone, Parser, Debug, Display, EnumString, PartialEq)]
pub enum Template {
// Pop
Expand Down

0 comments on commit f6ab9cb

Please sign in to comment.