Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Feb 21, 2024
1 parent 72cfb80 commit 1e3f429
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@ use chain_impl_mockchain::{
header::HeaderId,
};
pub use jormungandr_automation::jormungandr::{
BackwardCompatibleRest, FragmentNode, FragmentNodeError,
JormungandrLogger, JormungandrProcess, JormungandrRest, MemPoolCheck, StartupVerificationMode,
Status,
BackwardCompatibleRest, FragmentNode, FragmentNodeError, JormungandrLogger, JormungandrProcess,
JormungandrRest, MemPoolCheck, StartupVerificationMode, Status,
};
use jormungandr_automation::{
jormungandr::{LogLevel, NodeAlias, StartupError},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ use chain_core::property::Fragment as _;
use chain_impl_mockchain::fragment::{Fragment, FragmentId};
use indicatif::ProgressBar;
pub use jormungandr_automation::jormungandr::{
grpc::{client::MockClientError, JormungandrClient}, FragmentNode, FragmentNodeError, JormungandrLogger, JormungandrRest,
MemPoolCheck, RestError,
grpc::{client::MockClientError, JormungandrClient},
FragmentNode, FragmentNodeError, JormungandrLogger, JormungandrRest, MemPoolCheck, RestError,
};
use jormungandr_automation::{
jormungandr::{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub mod grpc;

pub use self::{
configuration::{
get_available_port, Block0ConfigurationBuilder, EitherHashOrBlock0, NodeConfigBuilder,
NodeConfigManager, secret::SecretModelFactory,
get_available_port, secret::SecretModelFactory, Block0ConfigurationBuilder,
EitherHashOrBlock0, NodeConfigBuilder, NodeConfigManager,
},
explorer::{
compare_schema as compare_explorer_schema, Explorer, ExplorerError, ExplorerProcess,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ mod votes_only;
use crate::mjolnir_lib::MjolnirError;
use clap::Parser;


#[derive(Parser, Debug)]
pub enum Adversary {
VotesOnly(votes_only::VotesOnly),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ mod tx_only;

use crate::mjolnir_lib::MjolnirError;


use clap::Parser;

#[derive(Parser, Debug)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mod external_providers;

use super::MainnetWalletState;
use crate::CardanoWallet;
pub use actor::{Actor};
pub use arbitrary::{generate_arbitrary_delegator};
pub use actor::Actor;
pub use arbitrary::generate_arbitrary_delegator;
use chain_crypto::PublicKeyFromStrError;
pub use external_providers::{DummyExternalProvider, ExternalProvider};
use jormungandr_lib::crypto::account::Identifier;
Expand Down
1 change: 0 additions & 1 deletion src/vit-testing/valgrind/src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pub use vit_servicing_station_lib::{
v0::endpoints::service_version::ServiceVersion as VitVersion,
};


pub trait ProposalExtension {
fn chain_proposal_id_as_str(&self) -> String;
fn into_wallet_proposal(self) -> wallet_core::Proposal;
Expand Down

0 comments on commit 1e3f429

Please sign in to comment.