From ab0e64856079185630fcfd9b70fc8293c655f81a Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 18 Apr 2017 10:42:33 +0200 Subject: [PATCH] Small code layout formatting. --- app/controllers/reports_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/reports_controller.rb b/app/controllers/reports_controller.rb index 736388e86..2c9bbbf8e 100644 --- a/app/controllers/reports_controller.rb +++ b/app/controllers/reports_controller.rb @@ -179,7 +179,7 @@ class ReportsController < ApplicationController worksheet.set_column(3, 3, 10) worksheet.set_column(4, 8, 20) - # Add and define a format + # Add and define a format format = workbook.add_format # Add a format format.set_bold format.set_size(14)