diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-09 16:55:57 +0200 |
| commit | c77a48805c17d36c4503df8cf0fe75e7b620e2d4 (patch) | |
| tree | 05f26df0b6d75846d0868d4bd6d4ad090ea1073c /lib/axlsx/workbook/workbook_view.rb | |
| parent | 3befab6f5713c537f6b90b51c02882273c7f7cc9 (diff) | |
| download | caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.tar.gz caxlsx-c77a48805c17d36c4503df8cf0fe75e7b620e2d4.zip | |
Fix offenses related to indentation consistency
Diffstat (limited to 'lib/axlsx/workbook/workbook_view.rb')
| -rw-r--r-- | lib/axlsx/workbook/workbook_view.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/axlsx/workbook/workbook_view.rb b/lib/axlsx/workbook/workbook_view.rb index 5b6d5bfb..27a46dcc 100644 --- a/lib/axlsx/workbook/workbook_view.rb +++ b/lib/axlsx/workbook/workbook_view.rb @@ -67,9 +67,9 @@ module Axlsx # @param [String] str # @return [String] def to_xml_string(str = '') - str << '<workbookView ' - serialized_attributes str - str << '></workbookView>' + str << '<workbookView ' + serialized_attributes str + str << '></workbookView>' end end end |
