applies formatting and linting

This commit is contained in:
2025-01-01 15:51:19 -05:00
parent 825b85ddad
commit 59431ebfff
13 changed files with 325 additions and 179 deletions

View File

@@ -9,8 +9,8 @@ pub mod core {
use crate::telemetry::history::TelemetryHistoryService;
use crate::telemetry::management_service::TelemetryManagementService;
use std::sync::Arc;
use log::error;
use std::sync::Arc;
use tokio_util::sync::CancellationToken;
pub async fn setup() -> anyhow::Result<()> {