summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2016-03-07 17:23:47 -0400
committerJoey Hess2016-03-07 17:23:47 -0400
commit506ee8be7638b84588167804f6bbb171f740243f (patch)
tree31cac991bdab56bbcb6e6732b46674ba606c1e90
parenta23cedfe7ab75688bd69e70dc22b2c9b100c094d (diff)
coding style
-rw-r--r--src/Propellor/Property/ZFS.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Propellor/Property/ZFS.hs b/src/Propellor/Property/ZFS.hs
index 7045e7eb..7118a515 100644
--- a/src/Propellor/Property/ZFS.hs
+++ b/src/Propellor/Property/ZFS.hs
@@ -3,9 +3,9 @@
-- ZFS properties
module Propellor.Property.ZFS (
- module Propellor.Property.ZFS.Properties
- ,module Propellor.Types.ZFS
- ) where
+ module Propellor.Property.ZFS.Properties,
+ module Propellor.Types.ZFS
+) where
import Propellor.Property.ZFS.Properties
import Propellor.Types.ZFS