mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
Run rustfmt
This commit is contained in:
@ -2,7 +2,6 @@ use actix_web::{get, middleware, post, web, App, HttpResponse, HttpServer};
|
||||
use futures::executor;
|
||||
use std::{sync::mpsc, thread};
|
||||
|
||||
|
||||
#[get("/hello")]
|
||||
async fn hello() -> &'static str {
|
||||
"Hello world!"
|
||||
|
Reference in New Issue
Block a user