Skip to content

Commit f54b250

Browse files
committed
fmt
1 parent d5962b2 commit f54b250

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/core/egg-herbie.rkt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,8 +1342,7 @@
13421342

13431343
; Return empty results if unsound
13441344
(cond
1345-
[(egraph-is-unsound-detected egg-graph)
1346-
(map (const empty) root-ids)]
1345+
[(egraph-is-unsound-detected egg-graph) (map (const empty) root-ids)]
13471346
[else
13481347
(define regraph (make-regraph egg-graph ctx))
13491348
(define reprs (egg-runner-reprs runner))
@@ -1364,8 +1363,7 @@
13641363

13651364
; Return empty results if unsound
13661365
(cond
1367-
[(egraph-is-unsound-detected egg-graph)
1368-
(map (const empty) root-ids)]
1366+
[(egraph-is-unsound-detected egg-graph) (map (const empty) root-ids)]
13691367
[else
13701368
(define regraph (make-regraph egg-graph ctx))
13711369
(define reprs (egg-runner-reprs runner))

0 commit comments

Comments
 (0)