chore: fix error message

pull/795/head
Jesse Wright 1 year ago
parent ecc4e5c047
commit fe5b0a8b31
  1. 2
      lib/oxrdf/src/blank_node.rs

@ -114,7 +114,7 @@ impl TryFrom<Term> for BlankNode {
Ok(node) Ok(node)
} else { } else {
Err(TermCastErrorKind::Msg(format!( Err(TermCastErrorKind::Msg(format!(
"Cannot convert a term to a blank node: {}", "Cannot convert term to a blank node: {}",
term term
)) ))
.into()) .into())

Loading…
Cancel
Save