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

This commit is contained in:
Willem 2025-08-25 16:06:59 -04:00
parent 3567d0f420
commit 63ae213c35

View File

@ -65,11 +65,7 @@ impl K8sClient {
debug!("getting default namespace deployment");
Api::default_namespaced(self.client.clone())
};
debug!(
"getting deployment {} in ns {}",
name,
namespace.unwrap()
);
debug!("getting deployment {} in ns {}", name, namespace.unwrap());
Ok(deps.get_opt(name).await?)
}