Skip to content

Commit 68f6bb0

Browse files
committed
[cookbook] indent code consistently
1 parent 601400a commit 68f6bb0

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

categories/cookbook/04arrays/04-01specifying-a-list-in-your-program.pl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
# angle brackes to autoquote items
1818
{
19-
my @a = <alpha beta gamma>;
19+
my @a = <alpha beta gamma>;
2020

21-
for @a -> $e {
22-
say $e;
23-
}
21+
for @a -> $e {
22+
say $e;
23+
}
2424
}
2525

2626
# vim: expandtab shiftwidth=4 ft=perl6

categories/cookbook/04arrays/04-05iterating-over-an-array.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
1111
=end pod
1212

13-
1413
my @a = <94 13 97 95 12 13 74 10 47 4 62 47 75 36 25 35 0 71 56 50 72 39 30 93>;
1514

1615
for @a -> $e {

0 commit comments

Comments
 (0)