Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Jan 15, 2025
1 parent 3811996 commit 786521d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli/src/opts/global.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::{ArgAction, Parser};
use foundry_common::{
shell::{ColorChoice, OutputFormat, OutputMode, Shell, Verbosity},
version::{NIGHTLY_VERSION_WARNING_MESSAGE},
version::NIGHTLY_VERSION_WARNING_MESSAGE,
};
use serde::{Deserialize, Serialize};

Expand Down

0 comments on commit 786521d

Please sign in to comment.