Unverified Commit a7f027fe authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Always print price with two decimals

parent fb6c16a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -257,7 +257,7 @@ for my $connection ( $ris->connections ) {
		$connection->arr ? $connection->arr->strftime('%H:%M') : q{??:??},
		format_occupancy($connection),
		defined $connection->price
		? sprintf( '  %s %s', $connection->price, $connection->price_unit )
		? sprintf( '  %.2f %s', $connection->price, $connection->price_unit )
		: q{},
		$header,
	);