diff options
| author | Geremia Taglialatela <[email protected]> | 2023-04-08 11:45:31 +0200 |
|---|---|---|
| committer | Geremia Taglialatela <[email protected]> | 2023-04-08 11:45:31 +0200 |
| commit | acf00d356494ef504c3de0e4a0db6b25f2bd7636 (patch) | |
| tree | 32ae11cf4900864abc034ec9265bf7b4a38fb258 /test/stylesheet/tc_styles.rb | |
| parent | 5d68145521afe5c5912ceebae2f7e784eb5f8954 (diff) | |
| download | caxlsx-acf00d356494ef504c3de0e4a0db6b25f2bd7636.tar.gz caxlsx-acf00d356494ef504c3de0e4a0db6b25f2bd7636.zip | |
Fix offenses related to trailing commas
Diffstat (limited to 'test/stylesheet/tc_styles.rb')
| -rw-r--r-- | test/stylesheet/tc_styles.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stylesheet/tc_styles.rb b/test/stylesheet/tc_styles.rb index 627acbe3..8bb6ff32 100644 --- a/test/stylesheet/tc_styles.rb +++ b/test/stylesheet/tc_styles.rb @@ -37,7 +37,7 @@ class TestStyles < Test::Unit::TestCase {:edges => [:bottom], :style => :thick, :color => "FF0000"}, {:edges => [:left], :style => :dotted, :color => "FFFF00"}, {:edges => [:right], :style => :dashed, :color => "FFFFFF"}, - {:style => :thick, :color => "CCCCCC"}, + {:style => :thick, :color => "CCCCCC"} ] @styles.add_style(border: borders_array) |
