Skip to content

Commit

Permalink
Cargo fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Jan 16, 2025
1 parent 78b48eb commit 5a82490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sign/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ where
/// Prefer signing via the [`SignableZone`] or [`SignableZoneInPlace`] traits
/// as they handle the construction of the [`SignableZoneInOut`] type and
/// calling of this function for you.
///
///
/// The record collection to be signed is required to implement the
/// [`SignableZone`] trait. The collection to extend with generated records is
/// required to implement the [`SortedExtend`] trait, implementations of which
Expand Down

0 comments on commit 5a82490

Please sign in to comment.