fix: cargo fmt

This commit is contained in:
2025-07-04 16:14:47 -04:00
parent f702ecd8c9
commit b1bf4fd4d5
9 changed files with 31 additions and 26 deletions

View File

@@ -4,11 +4,14 @@ use serde_yaml::{Mapping, Value};
use crate::{
interpret::{InterpretError, Outcome},
modules::monitoring::{kube_prometheus::{
prometheus::{KubePrometheus, KubePrometheusReceiver},
types::{AlertChannelConfig, AlertManagerChannelConfig},
}, prometheus::prometheus::{Prometheus, PrometheusReceiver}},
topology::{oberservability::monitoring::AlertReceiver, Url},
modules::monitoring::{
kube_prometheus::{
prometheus::{KubePrometheus, KubePrometheusReceiver},
types::{AlertChannelConfig, AlertManagerChannelConfig},
},
prometheus::prometheus::{Prometheus, PrometheusReceiver},
},
topology::{Url, oberservability::monitoring::AlertReceiver},
};
#[derive(Debug, Clone, Serialize)]