Skip to content

Commit

Permalink
Merge ffabbb8 into 83d85d8
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurWD committed Apr 19, 2019
2 parents 83d85d8 + ffabbb8 commit 87fe3a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdf/turtle/writer.rb
Expand Up @@ -363,7 +363,7 @@ def order_subjects
# Mark as seen lists that are part of another list
@lists.values.map(&:statements).
flatten.each do |st|
seen[st.object] if @lists.has_key?(st.object)
seen[st.object] = true if @lists.has_key?(st.object)
end

# List elements which are bnodes should not be targets for top-level serialization
Expand Down

0 comments on commit 87fe3a5

Please sign in to comment.