Newline
This commit is contained in:
parent
ca5090dfb2
commit
ffcf855ddc
1 changed files with 1 additions and 0 deletions
1
revbank
1
revbank
|
@ -526,6 +526,7 @@ LINE: for (;;) {
|
||||||
my ($old, $new) = update_account($_, $delta);
|
my ($old, $new) = update_account($_, $delta);
|
||||||
}
|
}
|
||||||
close $ufh;
|
close $ufh;
|
||||||
|
|
||||||
git_commit();
|
git_commit();
|
||||||
|
|
||||||
my $deposit = sum map $_->[1], grep { $_->[0] eq 'deposit' } @todo;
|
my $deposit = sum map $_->[1], grep { $_->[0] eq 'deposit' } @todo;
|
||||||
|
|
Loading…
Add table
Reference in a new issue