Skip to content

Commit 8ad0967

Browse files
committed
dune fmt
1 parent 3c6500a commit 8ad0967

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/stellogen/sgen_ast.ml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,7 @@ type env =
5151

5252
let expect (g : galaxy_expr) : galaxy_expr =
5353
Raw
54-
(Galaxy
55-
[ GLabelDef ("interaction", Id "tested")
56-
; GLabelDef ("expect", g)
57-
] )
54+
(Galaxy [ GLabelDef ("interaction", Id "tested"); GLabelDef ("expect", g) ])
5855

5956
let initial_env =
6057
{ objs = [ ("^empty", Raw (Const [])) ]

0 commit comments

Comments
 (0)