]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/Codegen.hs
Update documentation.
[dead/htsn-import.git] / src / TSN / Codegen.hs
index 9095cefe6860ff5f8837ec1a1fa42fa6a47cceaf..0e8026d53eb068bc45128aa26c86e84ffc4aaea0 100644 (file)
@@ -36,6 +36,7 @@ tsn_db_field_namer :: String -> String -> Int -> String -> Int -> String
 tsn_db_field_namer _ _ _ fieldname _ =
   (join "_") . tail . (split "_") $ fieldname
 
+
 -- | An expression field name creator. \"Expression\" in the context
 --   of Groundhog means a constructor/type that you can use in queries
 --   and update statement. We take the field name (from a record type)