From bb45718c677f941ef0ec214cf87ce6bb85f0fa4e Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Wed, 5 Jun 2013 21:04:42 +0200 Subject: Remove tabs --- Bugzilla/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Bug.pm') diff --git a/Bugzilla/Bug.pm b/Bugzilla/Bug.pm index 6eaed9357..fc704df5e 100644 --- a/Bugzilla/Bug.pm +++ b/Bugzilla/Bug.pm @@ -3953,7 +3953,7 @@ sub get_activity { $change{'added'} = $added; if ($comment_id) { - $operation->{comment_id} = $change{'comment'} = Bugzilla::Comment->new($comment_id); + $operation->{comment_id} = $change{'comment'} = Bugzilla::Comment->new($comment_id); } push (@$changes, \%change); -- cgit v1.2.3-24-g4f1b