Small code layout formatting.
This commit is contained in:
parent
87aedd8cc5
commit
ab0e648560
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ class ReportsController < ApplicationController
|
||||||
worksheet.set_column(3, 3, 10)
|
worksheet.set_column(3, 3, 10)
|
||||||
worksheet.set_column(4, 8, 20)
|
worksheet.set_column(4, 8, 20)
|
||||||
|
|
||||||
# Add and define a format
|
# Add and define a format
|
||||||
format = workbook.add_format # Add a format
|
format = workbook.add_format # Add a format
|
||||||
format.set_bold
|
format.set_bold
|
||||||
format.set_size(14)
|
format.set_size(14)
|
||||||
|
|
Loading…
Reference in a new issue