Skip to content

Commit 0ec0bad

Browse files
Remove trailing spaces
1 parent 96a5301 commit 0ec0bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: app/controllers/strategies_controller.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def new
4242
@viewers = current_user.allies_by_status(:accepted)
4343
@strategy = Strategy.new
4444
@categories = current_user.categories.order('created_at DESC')
45-
@category = Category.new
45+
@category = Category.new
4646
@strategy.build_perform_strategy_reminder
4747
end
4848

@@ -86,7 +86,7 @@ def create_task(strategy)
8686
task = Task.find(strategy.id)
8787
if task
8888
task.finished = strategy.finished
89-
task.title = strategy.name
89+
task.title = strategy.name
9090
task.save
9191
end
9292
end

0 commit comments

Comments
 (0)