mirror of
https://github.com/actix/examples
synced 2025-06-27 09:29:02 +02:00
chore: fmt
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
use std::io;
|
||||
|
||||
use actix_web::{middleware, web, App, HttpResponse, HttpServer};
|
||||
use actix_web::{App, HttpResponse, HttpServer, middleware, web};
|
||||
use casbin::{CoreApi, DefaultModel, Enforcer, FileAdapter, RbacApi};
|
||||
|
||||
/// simple handle
|
||||
|
Reference in New Issue
Block a user