fix format
All checks were successful
Run Check Script / check (pull_request) Successful in 1m11s

This commit is contained in:
Ian Letourneau 2025-11-05 19:00:08 -05:00
parent 3f6c6da802
commit 08125d6a49
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pub mod executors;
pub mod hp_ilo;
pub mod intel_amt;
pub mod inventory;
pub mod network_manager;
pub mod kube;
pub mod network_manager;
pub mod opnsense;
mod sqlx;

View File

@ -1,6 +1,6 @@
use async_trait::async_trait;
use harmony_types::id::Id;
use log::{debug, info};
use log::info;
use serde::Serialize;
use crate::{