From: Mark Wooding Date: Sat, 4 May 2024 23:28:58 +0000 (+0100) Subject: distorted.lisp: Remove redundant parentheses. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zones/commitdiff_plain/37894d3e14c6bdf7744c03cbf56caa8d03041eea?ds=sidebyside distorted.lisp: Remove redundant parentheses. I know, it's Lisp, but there are still standards to uphold. --- diff --git a/distorted.lisp b/distorted.lisp index aa3a375..9f8fada 100644 --- a/distorted.lisp +++ b/distorted.lisp @@ -82,8 +82,8 @@ (defzone distorted.org.uk ;; Mail servers. ((@ mail blackhole) :mx mail :srv ((:smtp mail))) - ((bugs) :ttl 300 :mx lists :srv ((:smtp bugs))) - ((lists) :ttl 300 :mx lists :srv ((:smtp lists))) + (bugs :ttl 300 :mx lists :srv ((:smtp bugs))) + (lists :ttl 300 :mx lists :srv ((:smtp lists))) ((_domainkey _domainkey.mail) :dname stratocaster.dkim) ((_domainkey.bugs _domainkey.lists) :dname telecaster.dkim)