]> git.proxmox.com Git - proxmox-backup.git/commitdiff
run cargo fmt
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 30 Jan 2024 10:25:54 +0000 (11:25 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 30 Jan 2024 10:25:54 +0000 (11:25 +0100)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
pbs-tape/src/sg_tape.rs

index 3ba28a6a011d795ad694226278fa99ce76c13821..146d055075389d6a8d03021c918f3467b549aac1 100644 (file)
@@ -9,7 +9,7 @@ use endian_trait::Endian;
 use nix::fcntl::{fcntl, FcntlArg, OFlag};
 
 mod encryption;
-pub use encryption::{drive_set_encryption, drive_get_encryption};
+pub use encryption::{drive_get_encryption, drive_set_encryption};
 
 mod volume_statistics;
 use proxmox_uuid::Uuid;