Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: oflatt <[email protected]>
  • Loading branch information
oflatt committed Aug 28, 2024
1 parent a8c82c6 commit 2592e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cedar-policy-validator/src/entity_slicing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ impl AccessTrie {
if !self.children.is_empty() {
return Err(IncompatibleEntityManifestError {
non_record_entity_value: val.clone(),
}.into());
}
.into());
}

val.clone()
Expand Down

0 comments on commit 2592e0b

Please sign in to comment.