[bugzilla-gnome-org-extensions] product interests: Fix whitespace issues
- From: Krzesimir Nowak <krnowak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [bugzilla-gnome-org-extensions] product interests: Fix whitespace issues
- Date: Thu, 20 Nov 2014 22:05:11 +0000 (UTC)
commit ad9c374a1a7594ceae5ebedca4613748eb06b1a8
Author: Krzesimir Nowak <qdlacz gmail com>
Date: Sat Nov 8 19:13:59 2014 +0100
product interests: Fix whitespace issues
ProductInterests/Extension.pm | 2 +-
ProductInterests/lib/Util.pm | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/ProductInterests/Extension.pm b/ProductInterests/Extension.pm
index ec4e86d..5901c2f 100644
--- a/ProductInterests/Extension.pm
+++ b/ProductInterests/Extension.pm
@@ -45,7 +45,7 @@ sub product_interests {
ON components.initialowner = watch.watched
WHERE products.isactive = '1'
AND (watch.watcher = ? OR components.initialowner = ?)
- ORDER BY products.name},
+ ORDER BY products.name},
undef, ($self->id, $self->id));
$self->{'product_int'} = Bugzilla::Product->new_from_list($product_ids);
diff --git a/ProductInterests/lib/Util.pm b/ProductInterests/lib/Util.pm
index 9d19c6c..dc87d31 100644
--- a/ProductInterests/lib/Util.pm
+++ b/ProductInterests/lib/Util.pm
@@ -23,12 +23,11 @@ package Bugzilla::Extension::ProductInterests::Util;
use strict;
use base qw(Exporter);
our @EXPORT = qw(
-
);
-# This file can be loaded by your extension via
+# This file can be loaded by your extension via
# "use Bugzilla::Extension::ProductInterests::Util". You can put functions
# used by your extension in here. (Make sure you also list them in
# @EXPORT.)
-1;
\ No newline at end of file
+1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]