From 808fba9a80e76e8f9f78b631f156c44345a71bce Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Sun, 30 Dec 2018 13:51:18 +0200 Subject: [PATCH] Formatting --- src/alma.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/alma.rs b/src/alma.rs index 0301cb3..bb30be4 100644 --- a/src/alma.rs +++ b/src/alma.rs @@ -46,7 +46,8 @@ impl<'a> ALMA<'a> { boot_point, Filesystem::Vfat, None, - ).context(ErrorKind::Mounting)?; + ) + .context(ErrorKind::Mounting)?; Ok(mount_stack) }