public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
From: Christian Ebner <c.ebner@proxmox.com>
To: pbs-devel@lists.proxmox.com
Subject: [pbs-devel] [PATCH proxmox-backup 2/2] client: helper: fix minor formatting issue
Date: Thu,  6 Jun 2024 19:28:13 +0200	[thread overview]
Message-ID: <20240606172813.516781-2-c.ebner@proxmox.com> (raw)
In-Reply-To: <20240606172813.516781-1-c.ebner@proxmox.com>

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
---
 proxmox-backup-client/src/helper.rs | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/proxmox-backup-client/src/helper.rs b/proxmox-backup-client/src/helper.rs
index dfa2d1db2..d9d9837aa 100644
--- a/proxmox-backup-client/src/helper.rs
+++ b/proxmox-backup-client/src/helper.rs
@@ -16,8 +16,13 @@ pub(crate) async fn get_pxar_fuse_accessor(
     let (archive_name, payload_archive_name) =
         pbs_client::tools::get_pxar_archive_names(archive_name, &manifest)?;
 
-    let (reader, archive_size) =
-        get_pxar_fuse_reader(&archive_name, client.clone(), manifest, crypt_config.clone()).await?;
+    let (reader, archive_size) = get_pxar_fuse_reader(
+        &archive_name,
+        client.clone(),
+        manifest,
+        crypt_config.clone(),
+    )
+    .await?;
 
     let reader = if let Some(payload_archive_name) = payload_archive_name {
         let (payload_reader, payload_size) = get_pxar_fuse_reader(
-- 
2.39.2



_______________________________________________
pbs-devel mailing list
pbs-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pbs-devel


  reply	other threads:[~2024-06-06 17:28 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-06 17:28 [pbs-devel] [PATCH proxmox-backup 1/2] client: pxar: " Christian Ebner
2024-06-06 17:28 ` Christian Ebner [this message]
2024-06-07 10:09 ` [pbs-devel] applied-series: " Fabian Grünbichler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240606172813.516781-2-c.ebner@proxmox.com \
    --to=c.ebner@proxmox.com \
    --cc=pbs-devel@lists.proxmox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal