propellor spin

This commit is contained in:
Joey Hess 2014-07-17 23:43:33 -04:00
parent a6a82a23a9
commit 8b90fc9a52
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ dedupCf ls =
let (k, v) = separate (== '=') l
in Right ((filter (not . isSpace) k), v)
| otherwise = Left l
fmt k v = k ++ "=" ++ v
fmt k v = k ++ " =" ++ v
keycounts = M.fromListWith (+) . map (\(k, _v) -> (k, (1 :: Integer)))