From 37722eca39874bb6abdcd120e3e458bd62dea62b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 5 Jul 2017 11:43:18 -0700 Subject: Bug 1377933 - Remove trailing whitespace from all perl files --- extensions/Profanivore/Extension.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/Profanivore/Extension.pm') diff --git a/extensions/Profanivore/Extension.pm b/extensions/Profanivore/Extension.pm index 9584ee695..013f92fee 100644 --- a/extensions/Profanivore/Extension.pm +++ b/extensions/Profanivore/Extension.pm @@ -45,7 +45,7 @@ sub bug_format_comment { # it tries to stop an arms race starting.) if ($comment && !$comment->author->in_group('editbugs') && - $comment->author->id != Bugzilla->user->id) + $comment->author->id != Bugzilla->user->id) { push (@$regexes, { match => RE_profanity('-i'), @@ -76,7 +76,7 @@ sub mailer_before_send { $author = new Bugzilla::User({ name => $author }); if ($author && - $author->id && + $author->id && !$author->in_group('editbugs')) { # Multipart emails -- cgit v1.2.3-24-g4f1b