Tiny refactor

This commit is contained in:
Juerd Waalboer 2019-11-06 19:23:40 +01:00
parent 464a6db78c
commit 5840b7bbac

View file

@ -127,10 +127,9 @@ call_hooks("startup");
OUTER: for (;;) {
if (not @words) {
call_hooks("cart_changed", $cart) if $cart->changed;
print "\n";
}
print "\n" if not @words;
my $split_input = 1;
my $prompt = "";
my @plugins = RevBank::Plugins->new;