Skip to content

Commit 0db8cfe

Browse files
Update cedar-policy-cli/src/lib.rs
Co-authored-by: Craig Disselkoen <craigdissel@gmail.com>
1 parent 06e6b13 commit 0db8cfe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

cedar-policy-cli/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,7 @@ impl PartialRequestArgs {
454454
}
455455

456456
if let Some(schema) = schema {
457-
let builder_schema = builder.schema(schema);
458-
builder_schema
457+
builder.schema(schema)
459458
.build()
460459
.wrap_err_with(|| format!("failed to build request with validation"))
461460
} else {

0 commit comments

Comments
 (0)