Skip to content

Commit

Permalink
[src/core] indentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
unobe authored and colomon committed Mar 21, 2010
1 parent af16e57 commit 70dd723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Array.pm
@@ -1,5 +1,5 @@
augment class Array {
method perl() {
method perl() {
# XXX: $_.perl and .perl don't work, but this does...
'[' ~ self.map({ $^a.perl }).join(', ') ~ ']';
}
Expand Down

0 comments on commit 70dd723

Please sign in to comment.