From 18abb95ff4916b4f0429c9c086cf394a6157eb21 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Fri, 6 Mar 2020 10:20:48 -0800 Subject: [PATCH] BuildWidthTable: output nit --- tools/BuildWidthTable.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/BuildWidthTable.hs b/tools/BuildWidthTable.hs index 837279c..ebd9a12 100644 --- a/tools/BuildWidthTable.hs +++ b/tools/BuildWidthTable.hs @@ -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 <> ": " <>