Remove redundant code.

This commit is contained in:
Stella Rouzi 2015-06-11 15:37:00 +03:00
parent b15c1abd2e
commit 04e9f77138

View file

@ -27,6 +27,5 @@ wb.add_worksheet(name: 'registrations') do |sheet|
sheet.add_row row
end
sheet.column_info[8].width = [sheet.column_info[8].width, 30].min
end