aboutsummaryrefslogtreecommitdiffstats
path: root/src/VeriFuzz/Env.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/VeriFuzz/Env.hs')
-rw-r--r--src/VeriFuzz/Env.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VeriFuzz/Env.hs b/src/VeriFuzz/Env.hs
index 0bbd290..c50be25 100644
--- a/src/VeriFuzz/Env.hs
+++ b/src/VeriFuzz/Env.hs
@@ -29,5 +29,5 @@ type SimEnv = ReaderT SimMatrix IO
runAll :: SimEnv ()
runAll = do
- _ <- asks xst
- shelly $ run_ "echo" ["Hello World"]
+ _ <- asks xst
+ shelly $ run_ "echo" ["Hello World"]