mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
@ -22,15 +22,14 @@ use std::{
|
||||
cell::Cell,
|
||||
io,
|
||||
sync::{
|
||||
atomic::{AtomicUsize, Ordering},
|
||||
Mutex,
|
||||
atomic::{AtomicUsize, Ordering},
|
||||
},
|
||||
};
|
||||
|
||||
use actix_web::{
|
||||
middleware,
|
||||
App, HttpRequest, HttpResponse, HttpServer, middleware,
|
||||
web::{self, Data},
|
||||
App, HttpRequest, HttpResponse, HttpServer,
|
||||
};
|
||||
|
||||
/// simple handle
|
||||
|
Reference in New Issue
Block a user