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 --- Bugzilla/Whine/Schedule.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'Bugzilla/Whine/Schedule.pm') 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 is a group or user. =item C -This is either a L or L object to represent -the user or group this scheduled event is set to be mailed to. +This is either a L or L object to represent +the user or group this scheduled event is set to be mailed to. =item C -- cgit v1.2.3-24-g4f1b