summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/lib/Constants.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/BMO/lib/Constants.pm')
-rw-r--r--extensions/BMO/lib/Constants.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/extensions/BMO/lib/Constants.pm b/extensions/BMO/lib/Constants.pm
index 8227208c8..7ec92befb 100644
--- a/extensions/BMO/lib/Constants.pm
+++ b/extensions/BMO/lib/Constants.pm
@@ -13,8 +13,8 @@ use warnings;
use base qw(Exporter);
our @EXPORT = qw(
- REQUEST_MAX_ATTACH_LINES
- DEV_ENGAGE_DISCUSS_NEEDINFO
+ REQUEST_MAX_ATTACH_LINES
+ DEV_ENGAGE_DISCUSS_NEEDINFO
);
# Maximum attachment size in lines that will be sent with a
@@ -24,7 +24,7 @@ use constant REQUEST_MAX_ATTACH_LINES => 1000;
# Requestees who need a needinfo flag set for the dev engagement
# discussion bug
use constant DEV_ENGAGE_DISCUSS_NEEDINFO => qw(
- spersing@mozilla.com
+ spersing@mozilla.com
);
1;