summaryrefslogtreecommitdiffstats
path: root/extensions/FlagDefaultRequestee/lib/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/FlagDefaultRequestee/lib/Constants.pm')
-rw-r--r--extensions/FlagDefaultRequestee/lib/Constants.pm8
1 files changed, 3 insertions, 5 deletions
diff --git a/extensions/FlagDefaultRequestee/lib/Constants.pm b/extensions/FlagDefaultRequestee/lib/Constants.pm
index 2c2cdf35c..26d3e0d9e 100644
--- a/extensions/FlagDefaultRequestee/lib/Constants.pm
+++ b/extensions/FlagDefaultRequestee/lib/Constants.pm
@@ -14,14 +14,12 @@ use warnings;
use base qw(Exporter);
our @EXPORT = qw(
- FLAGTYPE_TEMPLATES
+ FLAGTYPE_TEMPLATES
);
use constant FLAGTYPE_TEMPLATES => (
- "attachment/edit.html.tmpl",
- "attachment/createformcontents.html.tmpl",
- "bug/edit.html.tmpl",
- "bug/create/create.html.tmpl"
+ "attachment/edit.html.tmpl", "attachment/createformcontents.html.tmpl",
+ "bug/edit.html.tmpl", "bug/create/create.html.tmpl"
);
1;