summaryrefslogtreecommitdiff
path: root/src/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-10-08 13:17:11 -0400
committerJoey Hess2014-10-08 13:19:53 -0400
commit1e22e178b4080e70efc262e42943e615abfdb3b9 (patch)
tree0b1efea1bdc6785ae2ffe8c56cb2230716b24263 /src/Propellor/Types.hs
parent6a674c79d7d9f58c683695114bca2bdffe671bf7 (diff)
a few other whitespace fixups
Diffstat (limited to 'src/Propellor/Types.hs')
-rw-r--r--src/Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index 0cb02793..b606cef2 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -89,7 +89,7 @@ instance IsProp Property where
getInfo = propertyInfo
x `requires` y = Property (propertyDesc x) satisfy info
where
- info = getInfo y <> getInfo x
+ info = getInfo y <> getInfo x
satisfy = do
r <- propertySatisfy y
case r of