Skip to content

Commit 6b162d4

Browse files
committed
whitespace
1 parent 8105200 commit 6b162d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Callable.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ original, but has the values passed to .assuming already bound to the
3434
corresponding parameters.
3535
3636
my sub slow($n){ my $i = 0; $i++ while $i < $n; $i };
37-
37+
3838
# takes only one parameter and as such wont forward $n
3939
sub bench(&c){ c, now - ENTER now };
40-
40+
4141
say &slow.assuming(10000000).&bench;
4242
# OUTPUT«(10000000 7.5508834)␤»
4343

0 commit comments

Comments
 (0)