pfand: fix syntax error

This commit is contained in:
Juerd Waalboer 2022-08-30 20:42:44 +02:00
parent 596c64136a
commit defe8d490c

View file

@ -14,7 +14,7 @@ HELP "pfand" => "Pfand zurueck";
sub _read_pfand() {
return {
map { split " " } grep /\S/, grep !/^\s*#/, slurp 'revbank.pfand';
map { split " " } grep /\S/, grep !/^\s*#/, slurp 'revbank.pfand'
};
}
@ -54,4 +54,3 @@ sub hook_add_entry ($class, $cart, $entry, @) {
return;
}