diff options
author | Derf Null <derf@finalrewind.org> | 2023-06-29 21:54:51 +0200 |
---|---|---|
committer | Derf Null <derf@finalrewind.org> | 2023-06-29 21:54:51 +0200 |
commit | a5bdf28f4c7e4f4c09427ea298fd115aee23d7e0 (patch) | |
tree | e5fd84dc5ece9504b4c69daffefc091935e17c61 /lib/Travelynx.pm | |
parent | a73e2edc8604c8d83c0a85044ca2fc8ef4108bfb (diff) |
perltidy
Diffstat (limited to 'lib/Travelynx.pm')
-rwxr-xr-x | lib/Travelynx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Travelynx.pm b/lib/Travelynx.pm index 7a5f38c..31ace10 100755 --- a/lib/Travelynx.pm +++ b/lib/Travelynx.pm @@ -72,7 +72,7 @@ sub startup { } chomp $self->config->{version}; - $self->defaults(version => $self->config->{version} // 'UNKNOWN'); + $self->defaults( version => $self->config->{version} // 'UNKNOWN' ); $self->plugin( authentication => { |