From b21259719484e74f89366de8dd3b6e519edcced7 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Tue, 3 Mar 2020 09:24:13 -0800 Subject: [PATCH] Whitespace --- src/Graphics/Vty.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Graphics/Vty.hs b/src/Graphics/Vty.hs index be00095..50fe57b 100644 --- a/src/Graphics/Vty.hs +++ b/src/Graphics/Vty.hs @@ -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 ()