formatting fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-02-21 13:49:48 +01:00
parent 57d052af36
commit d663ff328a

View File

@ -9,7 +9,7 @@ use nix::sys::mman;
use proxmox_lang::error::io_err_other;
use crate::error::{SysError};
use crate::error::SysError;
pub struct Mmap<T> {
data: *mut T,