summaryrefslogtreecommitdiff
path: root/lib/Travel/Status/DE/HAFAS/StopFinder.pm
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2023-01-22 18:42:39 +0100
committerDaniel Friesel <derf@finalrewind.org>2023-01-22 18:42:39 +0100
commit78d3e0621472cbca66a79262dd3da8047a46bfdd (patch)
treef29e0b987cf8aa4d9fca2a90b56c0d5f1c443e60 /lib/Travel/Status/DE/HAFAS/StopFinder.pm
parentce9cc58b4c24d24c2651762a767c3abf1d85ecb0 (diff)
StopFinder: perltidy
Diffstat (limited to 'lib/Travel/Status/DE/HAFAS/StopFinder.pm')
-rw-r--r--lib/Travel/Status/DE/HAFAS/StopFinder.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Travel/Status/DE/HAFAS/StopFinder.pm b/lib/Travel/Status/DE/HAFAS/StopFinder.pm
index 93e0639..2d038b5 100644
--- a/lib/Travel/Status/DE/HAFAS/StopFinder.pm
+++ b/lib/Travel/Status/DE/HAFAS/StopFinder.pm
@@ -7,7 +7,7 @@ use utf8;
no if $] >= 5.018, warnings => 'experimental::smartmatch';
-use Carp qw(confess);
+use Carp qw(confess);
use Encode qw(decode);
use JSON;
use LWP::UserAgent;
@@ -18,7 +18,7 @@ sub new {
my ( $obj, %conf ) = @_;
my $lang = $conf{language} // 'd';
- my $ua = $conf{ua};
+ my $ua = $conf{ua};
if ( not $ua ) {
my %lwp_options = %{ $conf{lwp_options} // { timeout => 10 } };