Skip to content

Commit 0704abc

Browse files
Restyled by fourmolu (#442)
Co-authored-by: Restyled.io <[email protected]>
1 parent 1568e23 commit 0704abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Swarm/Game/Step.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1367,7 +1367,7 @@ execConst c vs s k = do
13671367
[VBool b] -> return $ Out (VBool (not b)) s k
13681368
_ -> badConst
13691369
Neg -> case vs of
1370-
[VInt n] -> return $ Out (VInt (-n)) s k
1370+
[VInt n] -> return $ Out (VInt (- n)) s k
13711371
_ -> badConst
13721372
Eq -> returnEvalCmp
13731373
Neq -> returnEvalCmp

0 commit comments

Comments
 (0)