Skip to content

Commit 252c28f

Browse files
committed
Fix indent broken by r20736.
git-svn-id: http://svn.redmine.org/redmine/trunk@20737 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 77c25de commit 252c28f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/redmine/project_jump_box.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ def recent_projects_count
3131
def recently_used_projects
3232
project_ids = recently_used_project_ids
3333
Project.where(id: project_ids).
34-
index_by(&:id).
35-
values_at(*project_ids). # sort according to stored order
36-
compact
34+
index_by(&:id).
35+
values_at(*project_ids). # sort according to stored order
36+
compact
3737
end
3838

3939
def bookmarked_projects

0 commit comments

Comments
 (0)