mirror of
https://github.com/derf/travelynx
synced 2024-11-13 00:07:09 +00:00
perltidy
This commit is contained in:
parent
a73e2edc86
commit
a5bdf28f4c
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Reference in a new issue