diff options
| author | Joey Hess <joeyh@joeyh.name> | 2016-03-07 17:23:47 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2016-03-07 17:23:47 -0400 |
| commit | 506ee8be7638b84588167804f6bbb171f740243f (patch) | |
| tree | 31cac991bdab56bbcb6e6732b46674ba606c1e90 | |
| parent | a23cedfe7ab75688bd69e70dc22b2c9b100c094d (diff) | |
coding style
| -rw-r--r-- | src/Propellor/Property/ZFS.hs | 6 |
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 |
