Skip to content

Commit f0ba958

Browse files
jszwedkoclaude
authored andcommitted
chore: fix formatting
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 21918bc commit f0ba958

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/agent-data-plane/src/internal/env/autodiscovery.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
use std::sync::Arc;
12
use std::time::Duration;
23

34
use async_trait::async_trait;
@@ -8,7 +9,6 @@ use saluki_core::runtime::{InitializationError, ProcessShutdown, Supervisable, S
89
use saluki_env::autodiscovery::AutodiscoveryEvent;
910
use saluki_env::AutodiscoveryProvider;
1011
use saluki_error::GenericError;
11-
use std::sync::Arc;
1212
use tokio::select;
1313
use tokio::sync::mpsc::{self, Receiver, Sender};
1414
use tokio::sync::Mutex;

0 commit comments

Comments
 (0)