summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/tc_workbook_view.rb
diff options
context:
space:
mode:
authorGeremia Taglialatela <[email protected]>2023-04-10 12:13:09 +0200
committerGeremia Taglialatela <[email protected]>2023-04-10 12:13:09 +0200
commita7532517c74ba3589279aa92042ca9da2336a5ea (patch)
tree06962b0ba4e49e2182b43766e1859d14280f0cc9 /test/workbook/tc_workbook_view.rb
parent84a2b255d6fd780f526ac3d9bf99a40f08792986 (diff)
downloadcaxlsx-a7532517c74ba3589279aa92042ca9da2336a5ea.tar.gz
caxlsx-a7532517c74ba3589279aa92042ca9da2336a5ea.zip
Fix some Layout/HashAlignment offenses
Some offenses have been selected and fixed automatically
Diffstat (limited to 'test/workbook/tc_workbook_view.rb')
-rw-r--r--test/workbook/tc_workbook_view.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/workbook/tc_workbook_view.rb b/test/workbook/tc_workbook_view.rb
index 6fb300a8..8829924f 100644
--- a/test/workbook/tc_workbook_view.rb
+++ b/test/workbook/tc_workbook_view.rb
@@ -3,8 +3,8 @@ require 'tc_helper'
class TestWorkbookView < Test::Unit::TestCase
def setup
@options = { visibility: :hidden, minimized: true, show_horizontal_scroll: true, show_vertical_scroll: true,
- show_sheet_tabs: true, tab_ratio: 750, first_sheet: 0, active_tab: 1, x_window: 500, y_window: 400,
- window_width: 800, window_height: 600, auto_filter_date_grouping: true }
+ show_sheet_tabs: true, tab_ratio: 750, first_sheet: 0, active_tab: 1, x_window: 500, y_window: 400,
+ window_width: 800, window_height: 600, auto_filter_date_grouping: true }
@book_view = Axlsx::WorkbookView.new @options
end