Bug 23363: (QA follow-up) Fix indentation
authorJosef Moravec <josef.moravec@gmail.com>
Thu, 25 Jul 2019 17:50:57 +0000 (17:50 +0000)
committerMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 26 Jul 2019 10:13:49 +0000 (11:13 +0100)
Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

acqui/spent.pl

index ba843a8..eb26252 100755 (executable)
@@ -130,7 +130,7 @@ while (my $data = $sth->fetchrow_hashref) {
     push @shipmentcosts, {
         shipmentcost => sprintf("%.2f", $data->{shipmentcost}),
         invoiceid => $data->{invoiceid},
-       invoicenumber => $data->{invoicenumber}
+        invoicenumber => $data->{invoicenumber}
     };
     $total += $data->{shipmentcost};
 }