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/Template.pm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Bugzilla/Error/Template.pm') diff --git a/Bugzilla/Error/Template.pm b/Bugzilla/Error/Template.pm index a3afa7e4d..5cae8f5bc 100644 --- a/Bugzilla/Error/Template.pm +++ b/Bugzilla/Error/Template.pm @@ -12,15 +12,9 @@ use strict; use warnings; use Moo; -has 'file' => ( - is => 'ro', - required => 1, -); +has 'file' => (is => 'ro', required => 1,); -has 'vars' => ( - is => 'ro', - default => sub { {} }, -); +has 'vars' => (is => 'ro', default => sub { {} },); -1; \ No newline at end of file +1; -- cgit v1.2.3-24-g4f1b