Commit 327ac75e authored by huzaifaiftikhar1's avatar huzaifaiftikhar1

Remove curly braces for consistency

parent 69b2ac80
......@@ -35,7 +35,7 @@ class Dashboard::ProjectsController < Dashboard::ApplicationController
# rubocop: disable CodeReuse/ActiveRecord
def starred
@projects = load_projects(params.merge({ starred: true, not_aimed_for_deletion: true }))
@projects = load_projects(params.merge(starred: true, not_aimed_for_deletion: true))
.includes(:forked_from_project, :topics)
@groups = []
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment