Skip to content

Commit

Permalink
[bin/crypt] redistribute newlines
Browse files Browse the repository at this point in the history
Looked better like this.
  • Loading branch information
Carl Masak committed Jul 2, 2012
1 parent 9f9b0be commit d884c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/crypt
Expand Up @@ -272,10 +272,10 @@ multi MAIN('hanoi') {
say join ' ', map &disk, @rods;
}
say join '--', '-----------' xx @rods;
say "";
}

print_board();
say "";
loop {
my $command = prompt('> ');
unless defined $command {
Expand Down

0 comments on commit d884c7c

Please sign in to comment.