Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Jun 1, 2024
1 parent 045af83 commit 1ab7f5f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions leo/cli/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,16 @@ use super::*;
use crate::cli::helpers::context::*;
use leo_errors::{emitter::Handler, CliError, PackageError, Result};
use leo_package::{build::*, outputs::OutputsDirectory, package::*};
use snarkvm::prelude::{block::Transaction, Ciphertext, Plaintext, PrivateKey, Record, ViewKey};
use snarkvm::{console::network::Network};
use snarkvm::{
console::network::Network,
prelude::{block::Transaction, Ciphertext, Plaintext, PrivateKey, Record, ViewKey},
};

use clap::Parser;
use colored::Colorize;
use std::str::FromStr;
use tracing::span::Span;


/// Base trait for the Leo CLI, see methods and their documentation for details.
pub trait Command {
/// If the current command requires running another command beforehand
Expand Down

0 comments on commit 1ab7f5f

Please sign in to comment.