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/Component.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Bugzilla/Component.pm') diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm index 10da7137b..83ddec356 100644 --- a/Bugzilla/Component.pm +++ b/Bugzilla/Component.pm @@ -229,7 +229,7 @@ sub _check_initialqacontact { sub _check_product { my ($invocant, $product) = @_; - $product || ThrowCodeError('param_required', + $product || ThrowCodeError('param_required', { function => "$invocant->create", param => 'product' }); return Bugzilla->user->check_can_admin_product($product->name); } @@ -393,7 +393,7 @@ sub flag_types { if (!defined $self->{'flag_types'}) { my $flagtypes = Bugzilla::FlagType::match({ product_id => $self->product_id, - component_id => $self->id, + component_id => $self->id, %$params }); $self->{'flag_types'} = {}; -- cgit v1.2.3-24-g4f1b