summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Quantum/Static.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-07-23 17:20:47 +0200
committerDylan William Hardison <dylan@hardison.net>2018-08-20 23:52:50 +0200
commit0108df4cc381df0b013addaed565595b8bb23299 (patch)
tree4b8046917ac5de2447c13aa3d45c1ae7e4c24d38 /Bugzilla/Quantum/Static.pm
parente84956b1f37a7248ebc5d43bd64e6360c257ad0f (diff)
downloadbugzilla-0108df4cc381df0b013addaed565595b8bb23299.tar.gz
bugzilla-0108df4cc381df0b013addaed565595b8bb23299.tar.xz
more tidy
Diffstat (limited to 'Bugzilla/Quantum/Static.pm')
-rw-r--r--Bugzilla/Quantum/Static.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Quantum/Static.pm b/Bugzilla/Quantum/Static.pm
index 2bb54990e..d687873ab 100644
--- a/Bugzilla/Quantum/Static.pm
+++ b/Bugzilla/Quantum/Static.pm
@@ -16,9 +16,9 @@ my $LEGACY_RE = qr{
}xs;
sub file {
- my ($self, $rel) = @_;
+ my ( $self, $rel ) = @_;
- if (my ($legacy_rel) = $rel =~ $LEGACY_RE) {
+ if ( my ($legacy_rel) = $rel =~ $LEGACY_RE ) {
local $self->{paths} = [ bz_locations->{cgi_path} ];
return $self->SUPER::file($legacy_rel);
}