[pdm-devel] [PATCH datacenter-manager 2/3] ui: run cargo fmt

Shannon Sterz s.sterz at proxmox.com
Mon Jan 12 13:24:19 CET 2026


Signed-off-by: Shannon Sterz <s.sterz at proxmox.com>
---
 ui/src/configuration/subscription_panel.rs | 6 +-----
 ui/src/remotes/firewall/tree.rs            | 6 +-----
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/ui/src/configuration/subscription_panel.rs b/ui/src/configuration/subscription_panel.rs
index 4cbb60e..9e51d47 100644
--- a/ui/src/configuration/subscription_panel.rs
+++ b/ui/src/configuration/subscription_panel.rs
@@ -41,11 +41,7 @@ pub struct ProxmoxSubscriptionPanel {
     checking: bool,
 }
 
-pwt::impl_deref_mut_property!(
-    ProxmoxSubscriptionPanel,
-    state,
-    LoadableComponentState<()>
-);
+pwt::impl_deref_mut_property!(ProxmoxSubscriptionPanel, state, LoadableComponentState<()>);
 
 impl LoadableComponent for ProxmoxSubscriptionPanel {
     type Message = Msg;
diff --git a/ui/src/remotes/firewall/tree.rs b/ui/src/remotes/firewall/tree.rs
index 594df97..41a53f8 100644
--- a/ui/src/remotes/firewall/tree.rs
+++ b/ui/src/remotes/firewall/tree.rs
@@ -163,11 +163,7 @@ pub struct FirewallTreeComponent {
     tree_collapsed: bool,
 }
 
-pwt::impl_deref_mut_property!(
-    FirewallTreeComponent,
-    state,
-    LoadableComponentState<()>
-);
+pwt::impl_deref_mut_property!(FirewallTreeComponent, state, LoadableComponentState<()>);
 
 impl FirewallTreeComponent {
     fn reset_tree_for_loading(&mut self) {
-- 
2.47.3





More information about the pdm-devel mailing list