Skip to content

Commit 27ddcc8

Browse files
committed
Remove trailing whitespace
1 parent 261c2c3 commit 27ddcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S32-list/reduce.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ plan 16;
3737
my @array = <1 2 3 4 5 6 7 8 9>;
3838
my $result = (((1 + 2 * 3) + 4 * 5) + 6 * 7) + 8 * 9;
3939

40-
sub infix:<leftly> { $^a + $^b * $^c }
40+
sub infix:<leftly> { $^a + $^b * $^c }
4141

4242
#?niecza skip 'n-ary reduce'
4343
is ([leftly] @array), $result, "n-ary reduce() works";

0 commit comments

Comments
 (0)