Skip to content

Commit 2586af2

Browse files
committed
fmt
1 parent 529e5a4 commit 2586af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cedar-policy-core/src/ast/request.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ impl EntityUIDEntry {
124124
pub fn uid(&self) -> Option<&EntityUID> {
125125
match self {
126126
Self::Known { euid, .. } => Some(euid),
127-
Self::Unknown { .. } | Self::UnknownOfType { .. }=> None,
127+
Self::Unknown { .. } | Self::UnknownOfType { .. } => None,
128128
}
129129
}
130130

@@ -155,7 +155,7 @@ impl From<&EntityUIDEntry> for proto::EntityUidEntry {
155155
#[allow(clippy::unimplemented)]
156156
fn from(v: &EntityUIDEntry) -> Self {
157157
match v {
158-
EntityUIDEntry::Unknown { loc: _ } | EntityUID::UnknownOfType { .. }=> {
158+
EntityUIDEntry::Unknown { loc: _ } | EntityUID::UnknownOfType { .. } => {
159159
unimplemented!(
160160
"Unknown EntityUID is not currently supported by the Protobuf interface"
161161
);

0 commit comments

Comments
 (0)