Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulmth committed Feb 4, 2024
1 parent 38777ca commit e96d37d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ impl<H: Hasher> SdObjectEncoder<H> {

let parent = parent_pointer
.get(&self.object)
// .map_err(|err| Error::InvalidPath("specified path does not match a json value".to_string()))?;
.map_err(|err| Error::InvalidPath(format!("{:?}", err)))?;

match parent {
Expand Down

0 comments on commit e96d37d

Please sign in to comment.