summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/File.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-14 12:43:37 -0400
committerJoey Hess2015-10-14 12:43:37 -0400
commitbbb0386515365b6735a9e635baa38fe762c951ef (patch)
tree8d9e37ba1e600746a28eb22342791ba553823f44 /src/Propellor/Property/File.hs
parent98f0daa2a20cf5e65735bba1acf245a5334c5841 (diff)
excess newline
Diffstat (limited to 'src/Propellor/Property/File.hs')
-rw-r--r--src/Propellor/Property/File.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/File.hs b/src/Propellor/Property/File.hs
index eeb38ce9..f774272c 100644
--- a/src/Propellor/Property/File.hs
+++ b/src/Propellor/Property/File.hs
@@ -133,7 +133,6 @@ link `isSymlinkedTo` target = property desc $
warningMessage $ "removing cruft from previous run: " ++ link'
removeLink link'
-
-- | Ensures that a file/dir has the specified owner and group.
ownerGroup :: FilePath -> User -> Group -> Property NoInfo
ownerGroup f (User owner) (Group group) = property (f ++ " owner " ++ og) $ do