mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 22:21:11 +00:00
Fix others additional lints
This commit is contained in:
parent
763f864dc9
commit
056fe5ec3f
18 changed files with 33 additions and 34 deletions
|
|
@ -72,7 +72,7 @@ class AddEventsPerWeekToConference < ActiveRecord::Migration
|
|||
|
||||
hash.each do |week, values|
|
||||
if previous
|
||||
values.each do |state, value|
|
||||
values.each do |state, _value|
|
||||
hash[week][state] += previous[state]
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue