Fix lint issue in Test/…/THH.hs
authorIustin Pop <iustin@google.com>
Fri, 26 Oct 2012 11:48:45 +0000 (13:48 +0200)
committerIustin Pop <iustin@google.com>
Fri, 26 Oct 2012 11:49:58 +0000 (13:49 +0200)
Sorry!

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

htest/Test/Ganeti/THH.hs

index 45c2b29..90f683c 100644 (file)
@@ -46,7 +46,7 @@ import Test.Ganeti.TestCommon
 -- | Type used to test optional field implementation. Equivalent to
 -- @data TestObj = TestObj { tobjA :: Maybe Int, tobjB :: Maybe Int
 -- }@.
-$(buildObject "TestObj" "tobj" $
+$(buildObject "TestObj" "tobj"
   [ optionalField $ simpleField "a" [t| Int |]
   , optionalNullSerField $ simpleField "b" [t| Int |]
   ])