Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix indenting from last commit
  • Loading branch information
moritz committed Jun 22, 2010
1 parent c7b73a0 commit 1d1c812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes-and-objects.pod
Expand Up @@ -455,7 +455,7 @@ parallelism rather than cycles:

method perform() {
unless $!started++ {
@!dependencies».perform();
@!dependencies».perform();
&!callback();
$!done = True;
}
Expand Down

0 comments on commit 1d1c812

Please sign in to comment.