chore: Cargo fmt

This commit is contained in:
2025-04-18 23:36:39 -04:00
parent 15785dd219
commit 2229e9d7af
7 changed files with 24 additions and 15 deletions

View File

@@ -3,10 +3,10 @@ mod host_binding;
mod http;
mod k8s_anywhere;
mod localhost;
pub use localhost::*;
pub use k8s_anywhere::*;
mod load_balancer;
pub use localhost::*;
pub mod k8s;
mod load_balancer;
mod router;
mod tftp;
use async_trait::async_trait;