Skip to content

Commit bebd501

Browse files
restyled-io[bot]restyled-commits
authored andcommitted
Restyled by fourmolu (#457)
Co-authored-by: Restyled.io <commits@restyled.io>
1 parent beaae5c commit bebd501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Swarm/Game/Step.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ execConst c vs s k = do
13701370
[VBool b] -> return $ Out (VBool (not b)) s k
13711371
_ -> badConst
13721372
Neg -> case vs of
1373-
[VInt n] -> return $ Out (VInt (-n)) s k
1373+
[VInt n] -> return $ Out (VInt (- n)) s k
13741374
_ -> badConst
13751375
Eq -> returnEvalCmp
13761376
Neq -> returnEvalCmp

0 commit comments

Comments
 (0)