Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
andeya committed Oct 15, 2024
1 parent ff4d25f commit 65f3bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_set_enforcer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async fn test_set_enforcer() {
.unwrap();
let a = FileAdapter::new("examples/rbac_with_pattern_policy.csv");

let casbin_hoop = CasbinHoop::new(Enforcer::new(m, a).await.unwrap(), false,|_req, _depot| {
let casbin_hoop = CasbinHoop::new(Enforcer::new(m, a).await.unwrap(), false, |_req, _depot| {
Ok(Some(CasbinVals {
subject: String::from("alice"),
domain: None,
Expand Down

0 comments on commit 65f3bc7

Please sign in to comment.