Fix indentation in XLSX file
I'm not sure why we didn't detect it before; either Hound does not iden- tify the file as a Ruby file, or an older version of Rubocop didn't.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
xlsx_package.workbook.add_worksheet(name: "Summary") do |sheet|
|
||||
|
||||
styles = xlsx_package.workbook.styles
|
||||
title = styles.add_style(b: true)
|
||||
link = styles.add_style(fg_color: "0000FF", u: true)
|
||||
|
||||
Reference in New Issue
Block a user