From 04e9f771385d295d651b4a57ece52c4e5d76732a Mon Sep 17 00:00:00 2001 From: Stella Rouzi Date: Thu, 11 Jun 2015 15:37:00 +0300 Subject: [PATCH] Remove redundant code. --- app/views/admin/registrations/index.xlsx.axlsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/admin/registrations/index.xlsx.axlsx b/app/views/admin/registrations/index.xlsx.axlsx index c8d5bb1d..babc24ef 100644 --- a/app/views/admin/registrations/index.xlsx.axlsx +++ b/app/views/admin/registrations/index.xlsx.axlsx @@ -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