From 64cea570e4e82edec6016cbcb1463b3891b094e3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 13 Nov 2019 10:29:38 -0400 Subject: remove horizontal alignment --- src/Propellor/Property/Chroot.hs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/Propellor') diff --git a/src/Propellor/Property/Chroot.hs b/src/Propellor/Property/Chroot.hs index 1a2fd6c8..df5307e4 100644 --- a/src/Propellor/Property/Chroot.hs +++ b/src/Propellor/Property/Chroot.hs @@ -114,12 +114,11 @@ instance ChrootBootstrapper Debootstrapped where proxyConf = case (fromInfoVal . fromInfo) info of Just (Apt.HostAptProxy u) -> Debootstrap.DebootstrapProxy u - Nothing -> mempty + Nothing -> mempty mirrorConf = case (fromInfoVal . fromInfo) info of - Just (Apt.HostMirror u) -> + Just (Apt.HostMirror u) -> Debootstrap.DebootstrapMirror u - Nothing -> mempty - + Nothing -> mempty -- | Defines a Chroot at the given location, built with debootstrap. -- -- cgit v1.2.3