Formatting

This commit is contained in:
Roey Darwish Dror 2018-12-30 13:51:18 +02:00
parent fbd8d0227c
commit 808fba9a80

View File

@ -46,7 +46,8 @@ impl<'a> ALMA<'a> {
boot_point,
Filesystem::Vfat,
None,
).context(ErrorKind::Mounting)?;
)
.context(ErrorKind::Mounting)?;
Ok(mount_stack)
}