Tiny refactor
This commit is contained in:
parent
464a6db78c
commit
5840b7bbac
1 changed files with 1 additions and 2 deletions
3
revbank
3
revbank
|
@ -127,10 +127,9 @@ call_hooks("startup");
|
||||||
OUTER: for (;;) {
|
OUTER: for (;;) {
|
||||||
if (not @words) {
|
if (not @words) {
|
||||||
call_hooks("cart_changed", $cart) if $cart->changed;
|
call_hooks("cart_changed", $cart) if $cart->changed;
|
||||||
|
print "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
print "\n" if not @words;
|
|
||||||
|
|
||||||
my $split_input = 1;
|
my $split_input = 1;
|
||||||
my $prompt = "";
|
my $prompt = "";
|
||||||
my @plugins = RevBank::Plugins->new;
|
my @plugins = RevBank::Plugins->new;
|
||||||
|
|
Loading…
Add table
Reference in a new issue