Skip to content

Commit

Permalink
core: a fixup for 2fcfb1d
Browse files Browse the repository at this point in the history
  • Loading branch information
sorawee committed Dec 8, 2023
1 parent 2fcfb1d commit 502a3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion params.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
(make-parameter
(λ (d)
(match d
[(node _ (? app-prefix?) ")" _ _ _) #t]
[(node _ (? app-prefix?) ")" _ _) #t]
[_ #f]))))
(define current-ellipsis?
(make-parameter
Expand Down

0 comments on commit 502a3ce

Please sign in to comment.