diff options
| author | Joey Hess <joey@kitenet.net> | 2014-10-08 13:17:11 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-10-08 13:19:53 -0400 |
| commit | 1e22e178b4080e70efc262e42943e615abfdb3b9 (patch) | |
| tree | 0b1efea1bdc6785ae2ffe8c56cb2230716b24263 /src/Propellor/Property/Dns.hs | |
| parent | 6a674c79d7d9f58c683695114bca2bdffe671bf7 (diff) | |
a few other whitespace fixups
Diffstat (limited to 'src/Propellor/Property/Dns.hs')
| -rw-r--r-- | src/Propellor/Property/Dns.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Dns.hs b/src/Propellor/Property/Dns.hs index fb6d8b56..135c765d 100644 --- a/src/Propellor/Property/Dns.hs +++ b/src/Propellor/Property/Dns.hs @@ -380,7 +380,7 @@ genZone hosts zdomain soa = [] -> [ret (CNAME c)] l -> map (ret . Address) l where - ret record = Right (c, record) + ret record = Right (c, record) -- Adds any other DNS records for a host located in the zdomain. hostrecords :: Host -> [Either WarningMessage (BindDomain, Record)] |
