Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Aug 29, 2024
1 parent ab84756 commit df4426c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/contract/init.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use clap::{
builder::{PossibleValue, PossibleValuesParser, ValueParser},
Parser, ValueEnum,
Parser,
};
use gix::{clone, create, open, progress, remote};
use rust_embed::RustEmbed;
Expand Down

0 comments on commit df4426c

Please sign in to comment.