diff options
| author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 18:16:15 +0200 |
|---|---|---|
| committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-08-16 18:16:15 +0200 |
| commit | a0d1e0528ef1f3013a46133e461b6608f3ce5b66 (patch) | |
| tree | db5439f5d65a9f09d0fb3e4cd70f64aa53f4ee7b /t | |
| parent | 72a60e84d628c7139c89ed845f6410a7929e2240 (diff) | |
t/20: perltidy
Diffstat (limited to 't')
| -rwxr-xr-x | t/20-db.t | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,8 @@ use Test::More tests => 106; use Travel::Status::DE::HAFAS; my $json - = JSON->new->utf8->decode( read_file('t/in/DB.Berlin Jannowitzbruecke.json') ); + = JSON->new->utf8->decode( + read_file('t/in/DB.Berlin Jannowitzbruecke.json') ); my $status = Travel::Status::DE::HAFAS->new( service => 'DB', |
