Whitespace tweaks (newlines)
Consistency: empty line before each prompt, but not after.
This commit is contained in:
parent
32e84f3725
commit
464a6db78c
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ sub hook_cart_changed {
|
|||
|
||||
my $sum = $cart->sum;
|
||||
my $what = $sum > 0 ? "add %.2f" : "pay %.2f";
|
||||
say sprintf "Enter username to $what; type 'abort' to abort.\n", abs $sum;
|
||||
say sprintf "Enter username to $what; type 'abort' to abort.", abs $sum;
|
||||
}
|
||||
|
||||
sub hook_abort {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue