diff options
Diffstat (limited to 'src')
| -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 |
