summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Whine/Schedule.pm
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-05 20:43:18 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-07 00:19:20 +0200
commit37722eca39874bb6abdcd120e3e458bd62dea62b (patch)
tree57a9a9970c00ec77baecab7e154ef7dfcef863fe /Bugzilla/Whine/Schedule.pm
parenta6f98de0d4e842351222b0173a1fff151da8738e (diff)
downloadbugzilla-37722eca39874bb6abdcd120e3e458bd62dea62b.tar.gz
bugzilla-37722eca39874bb6abdcd120e3e458bd62dea62b.tar.xz
Bug 1377933 - Remove trailing whitespace from all perl files
Diffstat (limited to 'Bugzilla/Whine/Schedule.pm')
-rw-r--r--Bugzilla/Whine/Schedule.pm16
1 files changed, 8 insertions, 8 deletions
diff --git a/Bugzilla/Whine/Schedule.pm b/Bugzilla/Whine/Schedule.pm
index 0c159cf3f..017b744e5 100644
--- a/Bugzilla/Whine/Schedule.pm
+++ b/Bugzilla/Whine/Schedule.pm
@@ -32,11 +32,11 @@ use constant DB_COLUMNS => qw(
);
use constant UPDATE_COLUMNS => qw(
- eventid
- run_day
- run_time
- run_next
- mailto
+ eventid
+ run_day
+ run_time
+ run_next
+ mailto
mailto_type
);
use constant NAME_FIELD => 'id';
@@ -64,7 +64,7 @@ sub mailto {
return $self->{mailto_object};
}
-sub mailto_users {
+sub mailto_users {
my $self = shift;
return $self->{mailto_users} if exists $self->{mailto_users};
my $object = $self->mailto;
@@ -146,8 +146,8 @@ L</mailto> is a group or user.
=item C<mailto>
-This is either a L<Bugzilla::User> or L<Bugzilla::Group> object to represent
-the user or group this scheduled event is set to be mailed to.
+This is either a L<Bugzilla::User> or L<Bugzilla::Group> object to represent
+the user or group this scheduled event is set to be mailed to.
=item C<mailto_users>