Skip to content

Commit 647a6f1

Browse files
committed
formatting
formatting
1 parent 31f3a4f commit 647a6f1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

lib/boilerpipe/sax/html_content_handler.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ def flush_block
156156
num_words,
157157
num_linked_words,
158158
num_words_in_wrapped_lines,
159-
num_wrapped_lines, @offset_blocks)
159+
num_wrapped_lines,
160+
@offset_blocks)
160161

161162
@offset_blocks += 1
162163
clear_buffers

spec/sax/tag_actions/block_tag_label_spec.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,19 @@ module Boilerpipe::SAX::TagActions
88
describe '.new' do
99
it 'takes a label action'
1010
end
11+
1112
describe '#start' do
1213
it 'returns true' do
1314
expect(subject.start(handler, nil, nil)).to be true
1415
end
1516
end
17+
1618
describe '#end_tag' do
1719
it 'returns true' do
1820
expect(subject.end_tag(handler, nil)).to be true
1921
end
2022
end
23+
2124
describe '#changes_tag_level?' do
2225
it 'returns true' do
2326
expect(subject.changes_tag_level?).to be true

0 commit comments

Comments
 (0)