upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/health.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/health.rs')
-rw-r--r--src/health.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/health.rs b/src/health.rs
index 2853239..0c01db6 100644
--- a/src/health.rs
+++ b/src/health.rs
@@ -1,4 +1,4 @@
1use anyhow::{Context, Result}; 1use anyhow::Result;
2use serde::{Deserialize, Serialize}; 2use serde::{Deserialize, Serialize};
3use std::collections::HashMap; 3use std::collections::HashMap;
4 4