aboutsummaryrefslogtreecommitdiffstats
path: root/crates/router/src/processor/load.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/router/src/processor/load.rs')
-rw-r--r--crates/router/src/processor/load.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/router/src/processor/load.rs b/crates/router/src/processor/load.rs
index 9d3fd0d..b3fdf1c 100644
--- a/crates/router/src/processor/load.rs
+++ b/crates/router/src/processor/load.rs
@@ -1,7 +1,7 @@
use opentelemetry_semantic_conventions::attribute;
-use tracing_opentelemetry::OpenTelemetrySpanExt;
use tracing::{Instrument, debug, info, info_span, instrument, warn};
-use warden_core::{configuration::routing::RoutingConfiguration, google };
+use tracing_opentelemetry::OpenTelemetrySpanExt;
+use warden_core::{configuration::routing::RoutingConfiguration, google};
use crate::{cnfg::CACHE_KEY, state::AppHandle};