Skip to content

Commit

Permalink
make fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Dec 16, 2024
1 parent ccaec1e commit 0defbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmtp_debug/src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ mod store;
/// Types shared between App Functions
mod types;

use clap::CommandFactory;
use color_eyre::eyre::{self, Result};
use directories::ProjectDirs;
use std::{fs, path::PathBuf, sync::Arc};
use clap::CommandFactory;
use xmtp_cryptography::utils::LocalWallet;
use xmtp_id::associations::unverified::UnverifiedRecoverableEcdsaSignature;
use xmtp_id::associations::{generate_inbox_id, unverified::UnverifiedSignature};
Expand Down

0 comments on commit 0defbd1

Please sign in to comment.