Fixed indentation on main = do block

This commit is contained in:
Trey Blancher 2022-08-06 17:24:02 -04:00
parent cb257fe6be
commit 630d3cc08a
1 changed files with 24 additions and 25 deletions

View File

@ -280,8 +280,7 @@ makeLauncher yargs run exec close = concat
launcher = makeLauncher "-x" "eval" "\"exec " "\""
main = do
sc <- IS.countScreens
main = do sc <- IS.countScreens
dzenTopBar <- spawnPipe (getTopBar sc)
dzenBarbicanBar <- spawnPipe (getBarbicanBar sc)
dzenDeltachunkBar <- spawnPipe (getDeltachunkBar sc)