Skip to content

Commit

Permalink
Format with fourmolu
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 21, 2023
1 parent ab95859 commit 3bbb338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kore/src/SMT/SimpleSMT.hs
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ sexprToVal expr =
| Int a <- sexprToVal x -> Int (negate a)
List [Atom "/", x, y]
| Int a <- sexprToVal x
, Int b <- sexprToVal y ->
, Int b <- sexprToVal y ->
Real (a % b)
_ -> Other expr
where
Expand Down

0 comments on commit 3bbb338

Please sign in to comment.