From 1b00e8c899793f986639aa56289988223090c697 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Fri, 17 Nov 2023 22:31:11 +0100 Subject: perltidy --- bin/hafas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/hafas b/bin/hafas index 59d5214..7d51f7d 100755 --- a/bin/hafas +++ b/bin/hafas @@ -349,7 +349,8 @@ for my $res ( $hafas->connections ) { for my $sec ( $res->sections ) { if ( $sec->type eq 'JNY' ) { printf( "${output_bold}%s${output_reset} → %s %s\n", - $sec->name, $sec->direction, display_occupancies($sec->load) ); + $sec->name, $sec->direction, + display_occupancies( $sec->load ) ); printf( "%-5s %-${delay_fmt}s ab %s%s%s\n", $sec->dep_cancelled -- cgit v1.2.3