fix: cargo fmt
All checks were successful
Run Check Script / check (pull_request) Successful in 1m0s

This commit is contained in:
2025-08-25 13:33:36 -04:00
parent 65cc9befeb
commit a9fe4ab267
2 changed files with 14 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
use harmony::{inventory::Inventory, modules::storage::ceph::ceph_validate_health_score::CephVerifyClusterHealth, topology::K8sAnywhereTopology};
use harmony::{
inventory::Inventory,
modules::storage::ceph::ceph_validate_health_score::CephVerifyClusterHealth,
topology::K8sAnywhereTopology,
};
#[tokio::main]
async fn main() {