Skip to content

Commit ebf4b5a

Browse files
committed
fmt
1 parent 7455cbc commit ebf4b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/reports/make-graph.rkt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,8 @@
168168
,dropdown
169169
,(render-help "report.html#alternatives"))
170170
,body
171-
(details (summary "Derivation") (ol ((class "history"))
172-
,@(render-history history ctx)))))
171+
(details (summary "Derivation")
172+
(ol ((class "history")) ,@(render-history history ctx)))))
173173
,@(for/list ([i (in-naturals 1)]
174174
[target (in-list targets)])
175175
(define target-error (hash-ref target 'errors))

0 commit comments

Comments
 (0)