summaryrefslogtreecommitdiffhomepage
path: root/test/workbook/worksheet/tc_border_creator.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/workbook/worksheet/tc_border_creator.rb')
-rw-r--r--test/workbook/worksheet/tc_border_creator.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/workbook/worksheet/tc_border_creator.rb b/test/workbook/worksheet/tc_border_creator.rb
index 6a0f8424..eb27fe98 100644
--- a/test/workbook/worksheet/tc_border_creator.rb
+++ b/test/workbook/worksheet/tc_border_creator.rb
@@ -76,5 +76,4 @@ class TestBorderCreator < Test::Unit::TestCase
assert_equal [:thick], @ws.styles.borders[4].prs.map(&:style).uniq
assert_equal [:left], @ws.styles.borders[4].prs.map(&:name)
end
-
end