From 9edf6d4dd08d3bd74df22645a919dbf26d22faf7 Mon Sep 17 00:00:00 2001 From: Ralf Seidler Date: Sat, 6 Sep 2014 20:42:11 +0200 Subject: Fixed trailing white space --- lib/gitlab/project_search_results.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gitlab/project_search_results.rb') diff --git a/lib/gitlab/project_search_results.rb b/lib/gitlab/project_search_results.rb index 736c22ecc77..409177cb8bd 100644 --- a/lib/gitlab/project_search_results.rb +++ b/lib/gitlab/project_search_results.rb @@ -22,7 +22,7 @@ module Gitlab end def total_count - @total_count ||= issues_count + merge_requests_count + blobs_count + + @total_count ||= issues_count + merge_requests_count + blobs_count + notes_count + wiki_blobs_count end -- cgit v1.2.1