Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Disselkoen <[email protected]>
  • Loading branch information
cdisselkoen committed Dec 6, 2024
1 parent 57b6db9 commit 5600d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-policy-core/src/parser/cst_to_ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ impl ast::UnreservedId {
"isEmpty" => {
require_zero_arguments(args.into_iter(), "isEmpty", loc)?;
Ok(construct_method_is_empty(e, loc.clone()))
},
}
"getTag" => extract_single_argument(args.into_iter(), "getTag", loc)
.map(|arg| construct_method_get_tag(e, arg, loc.clone())),
"hasTag" => extract_single_argument(args.into_iter(), "hasTag", loc)
Expand Down

0 comments on commit 5600d5a

Please sign in to comment.