Skip to content

Commit

Permalink
data: fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Hopps <[email protected]>
  • Loading branch information
choppsv1 committed Jan 25, 2025
1 parent 139ee4c commit ba6ae86
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,8 @@ impl<'a> DataTree<'a> {
)
}

/// Parse input data as an extension data tree using the given schema extension.
/// Parse input data as an extension data tree using the given schema
/// extension.
pub fn parse_ext_string(
ext: &'a SchemaExtInstance<'a>,
data: impl AsRef<[u8]>,
Expand Down Expand Up @@ -657,8 +658,8 @@ impl<'a> DataTree<'a> {
DataTree::_parse_op_string(CtxOrExt::C(context), data, format, op)
}

/// Parse op data as an extension data tree using the given schema extension.
/// Parse input data into an operation data tree.
/// Parse op data as an extension data tree using the given schema
/// extension. Parse input data into an operation data tree.
pub fn parse_op_ext_string(
ext: &'a SchemaExtInstance<'a>,
data: impl AsRef<[u8]>,
Expand Down

0 comments on commit ba6ae86

Please sign in to comment.