summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Error/Template.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Error/Template.pm')
-rw-r--r--Bugzilla/Error/Template.pm12
1 files changed, 3 insertions, 9 deletions
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;