Skip to content

Commit

Permalink
Address PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
nirosys committed May 28, 2024
1 parent 0c5f70a commit 6b88ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lazy/binary/raw/v1_1/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ impl<'top> LazyRawBinaryValue_1_1<'top> {
let body = self.value_body()?;
ION_1_1_TYPED_NULL_TYPES[body[0] as usize]
} else {
self.ion_type()
IonType::Null
};
return Ok(RawValueRef::Null(ion_type));
}
Expand Down

0 comments on commit 6b88ad6

Please sign in to comment.