Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault-martinez committed Mar 7, 2024
1 parent f49715e commit b5e78b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdk/src/types/block/output/feature/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ impl StorageScore for Features {
}
}

#[inline]
fn verify_unique_sorted(features: &[Feature]) -> Result<(), FeatureError> {
if !is_unique_sorted(features.iter().map(Feature::kind)) {
Err(FeatureError::NotUniqueSorted)
Expand Down

0 comments on commit b5e78b9

Please sign in to comment.