Browse Source

Small code layout formatting.

Martin Edenhofer 8 years ago
parent
commit
ab0e648560
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controllers/reports_controller.rb

+ 1 - 1
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)