Skip to content

Commit 3469f52

Browse files
author
Brock Wilcox
committed
Maybe less space?
1 parent 90a9437 commit 3469f52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htmlify.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ sub write-search-file () {
584584
$s.trans([</ \\ ">] => [<\\/ \\\\ \\">]);
585585
}
586586
my $items = $*DR.get-kinds.map(-> $kind {
587-
$*DR.lookup($kind, :by<kind>).categorize({escape .name}) \
587+
$*DR.lookup($kind, :by<kind>).categorize({escape .name})\
588588
.pairs.sort({.key}).map: -> (:key($name), :value(@docs)) {
589589
qq[[\{ label: "{
590590
( @docs > 1 ?? $kind !! @docs.[0].subkinds[0] ).wordcase

0 commit comments

Comments
 (0)