all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [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

* [pdm-devel] applied: [PATCH datacenter-manager] server: api: resources: rustfmt
  2025-09-16  9:52 [pdm-devel] [PATCH datacenter-manager] server: api: resources: rustfmt Dominik Csapak
@ 2025-09-16 10:05 ` Thomas Lamprecht
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2025-09-16 10:05 UTC (permalink / raw)
  To: pdm-devel, Dominik Csapak

On Tue, 16 Sep 2025 11:52:17 +0200, Dominik Csapak wrote:
> rustfmt removed the trailing comma here
> 
> 

Applied and followed-up with another commit that also fixes code formatting in
the ui crate, thanks! FYI: just push such trivial changes directly out.

[1/1] server: api: resources: rustfmt
      commit: d21bb3e6dffe3894c3b5ffd71b919ce4125d0d60


_______________________________________________
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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal