diff options
author | Yuchen Pei <hi@ypei.me> | 2022-08-18 23:58:53 +1000 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-08-18 23:58:53 +1000 |
commit | 9c4d78653af40d981ad887c09c33c409ba11aa3f (patch) | |
tree | 6ee3267499d107a5c5f2143389114afd3f147734 | |
parent | 09ad2ff2e7cea489c8a2e2f7b02dbc60b3ecff65 (diff) |
minor fix redundant line
-rw-r--r-- | app/Server.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/Server.hs b/app/Server.hs index 1a8a788..3564183 100644 --- a/app/Server.hs +++ b/app/Server.hs @@ -26,7 +26,6 @@ import Control.Exception , fromException , handle , throwIO - , throwIO , try ) import Control.Lens hiding(children,index) |