Aesthetic code changes

This commit is contained in:
Luc Didry 2017-07-14 12:11:50 +02:00
parent 598c7c1e98
commit 0050db6cb3
1 changed files with 8 additions and 8 deletions

View File

@ -11,7 +11,7 @@ $ENV{MOJO_MAX_WEBSOCKET_SIZE} = 100485760; # 10 * 1024 * 1024 = 10MiB
# This method will run once at server start # This method will run once at server start
sub startup { sub startup {
my $self = shift; my $self = shift;
my $entry = undef; my $entry;
my $config = $self->plugin('Config' => { my $config = $self->plugin('Config' => {
default => { default => {