FIX remove stray def

This commit is contained in:
Nathan Dwarshuis 2020-03-20 15:43:32 -04:00
parent 468bb5497b
commit 7fdc728ec4
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ startXMonadService = do
stopXMonadService :: Client -> IO () stopXMonadService :: Client -> IO ()
stopXMonadService client = do stopXMonadService client = do
reply <- releaseName client "org.xmonad" _ <- releaseName client "org.xmonad"
disconnect client disconnect client
return () return ()