summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSean Whitton2017-01-31 20:34:43 -0700
committerSean Whitton2017-01-31 20:34:43 -0700
commitc49aded57e0a01ed2fb3611a713f7292c619a09c (patch)
treeca7086430637ed4405247deff0a4e65fa6a46fd7 /src
parentba5ae39d1a80e1741971571f7843e877a7a271ff (diff)
spacing
Diffstat (limited to 'src')
-rw-r--r--src/Propellor/Property/Apt.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs
index b18626c6..eb74dc89 100644
--- a/src/Propellor/Property/Apt.hs
+++ b/src/Propellor/Property/Apt.hs
@@ -265,7 +265,7 @@ pinnedTo
-> (DebianSuite, PinPriority)
-> RevertableProperty UnixLike UnixLike
pinnedTo ps (suite, pin) = (\p -> pinnedTo' p (suite, pin)) `applyToList` ps
- `describe` unwords (("pinned to" ++ showSuite suite):ps)
+ `describe` unwords (("pinned to " ++ showSuite suite):ps)
pinnedTo'
:: String