BuildWidthTable: output nit

This commit is contained in:
Jonathan Daugherty 2020-03-06 10:20:48 -08:00
parent 261284cba7
commit 18abb95ff4

View File

@ -126,7 +126,6 @@ main = do
result <- E.try $ addConfigWidthMap cPath tName outputPath
putStrLn ""
case result of
Left (e::E.SomeException) -> do
putStrLn $ "Error updating Vty configuration at " <> cPath <> ": " <>