* [pdm-devel] [PATCH datacenter-manager] server: api: resources: rustfmt
@ 2025-09-16 9:52 Dominik Csapak
2025-09-16 10:05 ` [pdm-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Dominik Csapak @ 2025-09-16 9:52 UTC (permalink / raw)
To: pdm-devel
rustfmt removed the trailing comma here
Signed-off-by: Dominik Csapak <d.csapak@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
_______________________________________________
pdm-devel mailing list
pdm-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-09-16 10:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-09-16 9:52 [pdm-devel] [PATCH datacenter-manager] server: api: resources: rustfmt Dominik Csapak
2025-09-16 10:05 ` [pdm-devel] applied: " Thomas Lamprecht
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox