From a7532517c74ba3589279aa92042ca9da2336a5ea Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Mon, 10 Apr 2023 12:13:09 +0200 Subject: Fix some Layout/HashAlignment offenses Some offenses have been selected and fixed automatically --- test/stylesheet/tc_cell_alignment.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stylesheet/tc_cell_alignment.rb') diff --git a/test/stylesheet/tc_cell_alignment.rb b/test/stylesheet/tc_cell_alignment.rb index fe2e9fe4..0b514bf4 100644 --- a/test/stylesheet/tc_cell_alignment.rb +++ b/test/stylesheet/tc_cell_alignment.rb @@ -16,8 +16,8 @@ class TestCellAlignment < Test::Unit::TestCase assert_equal(@item.shrinkToFit, nil) assert_equal(@item.readingOrder, nil) options = { :horizontal => :left, :vertical => :top, :textRotation => 3, - :wrapText => true, :indent => 2, :relativeIndent => 5, - :justifyLastLine => true, :shrinkToFit => true, :readingOrder => 2 } + :wrapText => true, :indent => 2, :relativeIndent => 5, + :justifyLastLine => true, :shrinkToFit => true, :readingOrder => 2 } ca = Axlsx::CellAlignment.new options options.each do |key, value| assert_equal(ca.send(key.to_sym), value) -- cgit v1.2.3