From c2fa4f1869c9d6cef0f50930c0fd98a603f3bf55 Mon Sep 17 00:00:00 2001 From: Willem Date: Wed, 29 Oct 2025 13:53:58 -0400 Subject: [PATCH] fix:cargo fmt --- harmony/src/domain/topology/ha_cluster.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/harmony/src/domain/topology/ha_cluster.rs b/harmony/src/domain/topology/ha_cluster.rs index 3411a90..f6c3a02 100644 --- a/harmony/src/domain/topology/ha_cluster.rs +++ b/harmony/src/domain/topology/ha_cluster.rs @@ -8,12 +8,15 @@ use kube::api::ObjectMeta; use log::debug; use log::info; -use crate::{modules::okd::crd::nmstate::{self, NodeNetworkConfigurationPolicy}, topology::node_exporter::NodeExporter}; use crate::topology::PxeOptions; use crate::{data::FileContent, modules::okd::crd::nmstate::NMState}; use crate::{ executors::ExecutorError, modules::okd::crd::nmstate::NodeNetworkConfigurationPolicySpec, }; +use crate::{ + modules::okd::crd::nmstate::{self, NodeNetworkConfigurationPolicy}, + topology::node_exporter::NodeExporter, +}; use super::{ DHCPStaticEntry, DhcpServer, DnsRecord, DnsRecordType, DnsServer, Firewall, HostNetworkConfig,