Skip to content

Commit ca2ad29

Browse files
Fix indent
1 parent 5e81f25 commit ca2ad29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/lib/cell_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
ok_data = 'A' * 32767 # The limit is 32767
7474

7575
expect {
76-
@worksheet.add_cell(0, 1, ok_data) # 32767 -> OK
76+
@worksheet.add_cell(0, 1, ok_data) # 32767 -> OK
7777
}.not_to raise_error
7878
expect {
7979
# 1 longer than the limit, so an exception must be thrown.

0 commit comments

Comments
 (0)