summaryrefslogtreecommitdiff
path: root/Command/Assistant.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/Assistant.hs')
-rw-r--r--Command/Assistant.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Command/Assistant.hs b/Command/Assistant.hs
index b039e2731..ea8a87a3d 100644
--- a/Command/Assistant.hs
+++ b/Command/Assistant.hs
@@ -65,7 +65,7 @@ autoStart = do
)
, nothing
)
- where
- go program dir = do
- changeWorkingDirectory dir
- boolSystem program [Param "assistant"]
+ where
+ go program dir = do
+ changeWorkingDirectory dir
+ boolSystem program [Param "assistant"]