Whitespace

This commit is contained in:
Jonathan Daugherty 2020-03-03 09:24:13 -08:00
parent b7861b38a5
commit b212597194

View File

@ -127,8 +127,8 @@ mkVty appConfig = do
when (allowCustomUnicodeWidthTables config /= Just False) $
installWidthTable config
input <- inputForConfig config
out <- outputForConfig config
input <- inputForConfig config
out <- outputForConfig config
intMkVty input out
installWidthTable :: Config -> IO ()