diff options
author | 2025-05-08 10:18:07 +0100 | |
---|---|---|
committer | 2025-05-08 10:18:07 +0100 | |
commit | 5f1bc4f2807614dca1ac84136a5c355fde65543a (patch) | |
tree | c96e8074f112f7cf22f0182002ca40403a3720c3 /filamento/src/error.rs | |
parent | 8e6a02f16c3e542492241f585a91fa0100ea7e33 (diff) | |
download | luz-5f1bc4f2807614dca1ac84136a5c355fde65543a.tar.gz luz-5f1bc4f2807614dca1ac84136a5c355fde65543a.tar.bz2 luz-5f1bc4f2807614dca1ac84136a5c355fde65543a.zip |
feat(filamento): OPFS FileStore implementation
Diffstat (limited to 'filamento/src/error.rs')
-rw-r--r-- | filamento/src/error.rs | 2 |
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; |