aboutsummaryrefslogtreecommitdiffstats
path: root/filamento/src/error.rs
diff options
context:
space:
mode:
Diffstat (limited to 'filamento/src/error.rs')
-rw-r--r--filamento/src/error.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/filamento/src/error.rs b/filamento/src/error.rs
index bf28160..02f54ee 100644
--- a/filamento/src/error.rs
+++ b/filamento/src/error.rs
@@ -4,7 +4,7 @@ use base64::DecodeError;
use image::ImageError;
use jid::JID;
use lampada::error::{ActorError, ReadError, WriteError};
-use stanza::client::{iq::Query, Stanza};
+use stanza::client::{Stanza, iq::Query};
use thiserror::Error;
pub use lampada::error::CommandError;