Skip to content

Commit e48d49d

Browse files
authored
whitespace
1 parent c75036e commit e48d49d

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
@@ -455,7 +455,7 @@ sub find-references(:$pod!, :$url, :$origin) {
455455
$index-name-attr = qq[index-entry{@indices ?? '-' !! ''}{@indices.join('-')}{$index-text ?? '-' !! ''}$index-text].subst('_', '__', :g).subst(' ', '_', :g).subst('%', '%25', :g).subst('#', '%23', :g);
456456

457457
register-reference(:$pod, :$origin, url => $url ~ '#' ~ $index-name-attr);
458-
}
458+
}
459459
elsif $pod.?contents {
460460
for $pod.contents -> $sub-pod {
461461
find-references(:pod($sub-pod), :$url, :$origin) if $sub-pod ~~ Pod::Block;

0 commit comments

Comments
 (0)