Skip to content

Commit e388e11

Browse files
author
github-actions
committed
Format with fourmolu
1 parent ec361a2 commit e388e11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/tools/booster/Proxy.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ respondEither cfg@ProxyConfig{statsVar, boosterState} booster kore req = case re
104104
Map.lookup m bState.definitions
105105
handleExecute logSettings def start execReq
106106
Implies impliesReq -> do
107-
loggedKore ImpliesM (Implies impliesReq)
107+
loggedKore ImpliesM (Implies impliesReq)
108108
Simplify simplifyReq ->
109109
liftIO (getTime Monotonic) >>= handleSimplify simplifyReq . Just
110110
AddModule _ -> do

0 commit comments

Comments
 (0)