upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/src/purgatory/sync/loop.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/purgatory/sync/loop.rs')
-rw-r--r--src/purgatory/sync/loop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/purgatory/sync/loop.rs b/src/purgatory/sync/loop.rs
index aaf1300..ebca766 100644
--- a/src/purgatory/sync/loop.rs
+++ b/src/purgatory/sync/loop.rs
@@ -12,7 +12,7 @@
12use std::sync::Arc; 12use std::sync::Arc;
13use std::time::Duration; 13use std::time::Duration;
14use tokio::task::JoinHandle; 14use tokio::task::JoinHandle;
15use tracing::{debug, info, warn}; 15use tracing::{debug, info};
16 16
17use crate::purgatory::Purgatory; 17use crate::purgatory::Purgatory;
18 18