Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
akiomik committed Dec 30, 2023
1 parent 15c4bf7 commit 4e38bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conn.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use std::time::Duration;
use nostr_sdk::prelude::*;
use std::time::Duration;

pub struct Conn {
rx: tokio::sync::mpsc::UnboundedReceiver<Event>,
Expand Down

0 comments on commit 4e38bf5

Please sign in to comment.