[pdm-devel] [PATCH datacenter-manager] server: api: resources: rustfmt
Dominik Csapak
d.csapak at proxmox.com
Tue Sep 16 11:52:17 CEST 2025
rustfmt removed the trailing comma here
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
server/src/api/resources.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/server/src/api/resources.rs b/server/src/api/resources.rs
index afb53f42..ce05db17 100644
--- a/server/src/api/resources.rs
+++ b/server/src/api/resources.rs
@@ -253,7 +253,7 @@ pub(crate) async fn get_resources_impl(
Err(error) => {
tracing::debug!("failed to get resources from remote - {error:?}");
(Vec::new(), Some(error.root_cause().to_string()))
- },
+ }
};
if remotes_only {
--
2.47.3
More information about the pdm-devel
mailing list