]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - src/Main.hs
Fix hlint suggestions.
[list-remote-forwards.git] / src / Main.hs
index ab4d05590458d819413da4dccab941d61a3c28cc..66d02a084449102dace81985744afdf25e4da8f6 100644 (file)
@@ -79,4 +79,4 @@ main = do
   where
     show_sql_error :: SqlError -> IO ()
     show_sql_error se = hPutStrLn stderr $
-      "SQL Error (" ++ (show $ seNativeError se) ++ "): " ++ (seErrorMsg se)
+      "SQL Error (" ++ show (seNativeError se) ++ "): " ++ (seErrorMsg se)