more clippy fixups
mostly indentation changes, view with `-w` Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
@ -494,7 +494,7 @@ impl Drop for BackupReader {
|
||||
impl BackupReader {
|
||||
|
||||
pub fn new(h2: H2Client, canceller: Canceller) -> Arc<Self> {
|
||||
Arc::new(Self { h2, canceller: canceller })
|
||||
Arc::new(Self { h2, canceller })
|
||||
}
|
||||
|
||||
pub async fn get(
|
||||
|
Reference in New Issue
Block a user