Add a missing newline.

This commit is contained in:
Colin Kuskie 2010-06-24 08:43:12 -07:00
parent eed390e96b
commit eafb1679e5

View file

@ -20,4 +20,5 @@
my $uploadsPath = $wg->config->get('uploadsPath');
enable 'Plack::Middleware::Static',
path => sub { s{^$uploadsURL/}{} },
root => "$uploadsPath/";
root => "$uploadsPath/";