Skip to content

Commit 8249bdb

Browse files
committed
add empty line after guard clause to TimelogController
git-svn-id: http://svn.redmine.org/redmine/trunk@20120 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 753afc2 commit 8249bdb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/controllers/timelog_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ def find_time_entries
278278

279279
raise ActiveRecord::RecordNotFound if @time_entries.empty?
280280
raise Unauthorized unless @time_entries.all? {|t| t.editable_by?(User.current)}
281+
281282
@projects = @time_entries.collect(&:project).compact.uniq
282283
@project = @projects.first if @projects.size == 1
283284
rescue ActiveRecord::RecordNotFound

0 commit comments

Comments
 (0)