Skip to content

Commit

Permalink
fix: fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MuZhou233 committed Feb 20, 2024
1 parent 73a0958 commit 0133b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/casbin_actor.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use actix::prelude::*;
use casbin::prelude::*;
use casbin::{Error as CasbinError};
use casbin::Error as CasbinError;
use std::io::{Error, ErrorKind};
use std::sync::Arc;

Expand Down

0 comments on commit 0133b2e

Please sign in to comment.