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};
|
chomp $self->config->{version};
|
||||||
$self->defaults(version => $self->config->{version} // 'UNKNOWN');
|
$self->defaults( version => $self->config->{version} // 'UNKNOWN' );
|
||||||
|
|
||||||
$self->plugin(
|
$self->plugin(
|
||||||
authentication => {
|
authentication => {
|
||||||
|
|
Loading…
Reference in a new issue