Skip to content

Commit

Permalink
ffi: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Nov 27, 2023
1 parent c413412 commit 6e6d405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/src/client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mod options;
pub use self::builder::ClientBuilder;
pub use self::options::Options;
use crate::error::Result;
use crate::{Relay, NostrDatabase};
use crate::{NostrDatabase, Relay};

pub struct Client {
inner: ClientSdk,
Expand Down

0 comments on commit 6e6d405

Please sign in to comment.