]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - src/MxList.hs
Add a doctest test suite.
[list-remote-forwards.git] / src / MxList.hs
index d79307da86a42e459f9cf2ffa5f13449cefbfbc1..ce0e6490c3bd2d64c26beff26574151cc5d31e67 100644 (file)
@@ -27,9 +27,11 @@ newtype MxList =
 
 
 -- | The default (empty) list of MXes.
+--
 instance Default MxList where
   def = MxList []
 
+
 instance DCT.Configured MxList where
   -- | This allows us to read a MxList object out of a Configurator
   --   config file. By default Configurator wouldn't know what to do,