Skip to content

Commit

Permalink
Ahhh... that's better
Browse files Browse the repository at this point in the history
  • Loading branch information
maplant committed May 17, 2024
1 parent 8cae6d0 commit 4b45c1c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions mobile_verifier/src/cli/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ use crate::{
};
use anyhow::Result;
use chrono::Duration;
use file_store::{
file_sink,
file_upload::{self},
FileStore, FileType,
};
use file_store::{file_sink, file_upload, FileStore, FileType};
use mobile_config::client::{
entity_client::EntityClient, hex_boosting_client::HexBoostingClient, AuthorizationClient,
CarrierServiceClient, GatewayClient,
Expand Down

0 comments on commit 4b45c1c

Please sign in to comment.