Skip to content

Commit

Permalink
fix: missing return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Amnesthesia committed Feb 20, 2025
1 parent 491ac8f commit b1e34d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
mini_portile2 (2.8.7)
minitest (5.20.0)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4)
ostruct (0.6.0)
Expand Down
1 change: 1 addition & 0 deletions lib/sablon/content.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ def get_merge_fields(node)
inside_field = false if field.children.any? { |child| child.name == 'fldChar' && child['w:fldCharType'] == 'end' }
end
end
merge_fields
end

# This allows proper equality checks with other WordML content objects.
Expand Down

0 comments on commit b1e34d3

Please sign in to comment.