From e9496a58dbf17d4b9bb615f3cb630f1e32574ece Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Wed, 5 Apr 2023 17:16:53 +0200 Subject: Fix Layout/EndOfLine offenses ``` rubocop --only Layout/EndOfLine ``` Manually fixed --- lib/axlsx/workbook/worksheet/sheet_format_pr.rb | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/lib/axlsx/workbook/worksheet/sheet_format_pr.rb b/lib/axlsx/workbook/worksheet/sheet_format_pr.rb index fc9ce3a3..12c2e3b2 100644 --- a/lib/axlsx/workbook/worksheet/sheet_format_pr.rb +++ b/lib/axlsx/workbook/worksheet/sheet_format_pr.rb @@ -1,17 +1,17 @@ module Axlsx - #Sheet formatting properties - # - # - # - # - # - # - # - # - # - # - # + # Sheet formatting properties + # + # + # + # + # + # + # + # + # + # + # class SheetFormatPr include Axlsx::SerializedAttributes -- cgit v1.2.3