Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
raphjaph committed Dec 27, 2024
1 parent 1d911aa commit 76559d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subcommand/wallet/offer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mod create;
#[derive(Debug, Parser)]
pub(crate) enum Offer {
#[command(about = "Create an offer to buy an inscription")]
Create(create::Create),
Create(create::Create),
}

impl Offer {
Expand Down

0 comments on commit 76559d7

Please sign in to comment.