From 8ec8da0491ad89604700b3e29a227966f6d84ba1 Mon Sep 17 00:00:00 2001 From: Perl Tidy Date: Wed, 5 Dec 2018 15:38:52 -0500 Subject: no bug - reformat all the code using the new perltidy rules --- Bugzilla/Error/Base.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Bugzilla/Error/Base.pm') diff --git a/Bugzilla/Error/Base.pm b/Bugzilla/Error/Base.pm index ea44c272a..ed3bb2cd5 100644 --- a/Bugzilla/Error/Base.pm +++ b/Bugzilla/Error/Base.pm @@ -13,9 +13,9 @@ use Mojo::Base 'Mojo::Exception'; has 'vars' => sub { {} }; has 'template' => sub { - my $self = shift; - my $type = lc( (split(/::/, ref $self))[-1] ); - return "global/$type-error"; + my $self = shift; + my $type = lc((split(/::/, ref $self))[-1]); + return "global/$type-error"; }; 1; -- cgit v1.2.3-24-g4f1b