Skip to content

Commit 42cd5a5

Browse files
committed
whitespace
1 parent 8810019 commit 42cd5a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/Type/Routine.pod6

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -416,11 +416,11 @@ failures are reported, the calling routine's location is used instead
416416
of this routine. For example:
417417
418418
=begin code
419-
use Test;
420-
sub foo-test($value) is test-assertion {
421-
is $value, 42, "is the value 42?";
422-
}
423-
foo-test(666); # <-- error is reported on this line
419+
use Test;
420+
sub foo-test($value) is test-assertion {
421+
is $value, 42, "is the value 42?";
422+
}
423+
foo-test(666); # <-- error is reported on this line
424424
=end code
425425
426426
=end pod

0 commit comments

Comments
 (0)