fixes formatting and lints

This commit is contained in:
2024-12-27 11:05:47 -05:00
parent 147d1abaf8
commit 12f27bad69
11 changed files with 281 additions and 210 deletions

View File

@@ -1,7 +1,7 @@
mod uuid;
mod grpc;
mod http;
mod telemetry;
mod uuid;
pub mod core {
tonic::include_proto!("core");
@@ -33,4 +33,3 @@ pub async fn setup() -> Result<(), Box<dyn Error>> {
Ok(())
}