X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/0b33cb55b81b9bb4ce4b67cdf24f079b20f3bd05..3be1c24b1b18115becfaef1e2ea82c914a1fefea:/client/src/main.rs diff --git a/client/src/main.rs b/client/src/main.rs index 03aff481..a4858440 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -1,8 +1,7 @@ use std::{path::PathBuf, time::Duration}; use clap::Parser; -use jsonrpsee::core::client::{Subscription, SubscriptionClientT}; -use jsonrpsee::core::Error as RpcError; +use jsonrpsee::core::client::{Error as RpcError, Subscription, SubscriptionClientT}; use serde_json::Value; use tokio::{select, time::sleep};