]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/GameInfo.hs
Fix hlint warnings.
[dead/htsn-import.git] / src / TSN / XML / GameInfo.hs
index bc68f42a490aca44dec9154af21c7488f5e80aa7..4f264bb54e629788a30fc0aa7bee9e1148681c81 100644 (file)
@@ -204,7 +204,7 @@ test_dbimport_succeeds = testCase "dbimport succeeds" $ do
   xmltrees <- mapM unsafe_read_document game_info_test_files
   let msgs = rights $ map (parse_xml "dummy") xmltrees
   actual <- withSqliteConn ":memory:" $ runDbConn $ do
-                runMigration silentMigrationLogger $ do
+                runMigration silentMigrationLogger $
                   migrate (undefined :: GameInfo)
                 mapM_ dbimport msgs
                 countAll (undefined :: GameInfo)