Skip to content

Commit

Permalink
Make hash_n_degree_quads private
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelotto committed Feb 29, 2024
1 parent cb39322 commit db6b020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rdf/canonicalization/canonicalization.ex
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ defmodule RDF.Canonicalization do
end

# see https://www.w3.org/TR/rdf-canon/#hash-nd-quads
def hash_n_degree_quads(state, identifier, issuer) do
defp hash_n_degree_quads(state, identifier, issuer) do
# IO.inspect(identifier, label: "ndeg: identifier")

# 1-3)
Expand Down

0 comments on commit db6b020

Please sign in to comment.