mirror of
https://github.com/actix/examples
synced 2025-06-26 17:17:42 +02:00
chore: fmt
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
|
||||
use std::{fmt, io};
|
||||
|
||||
use actix_web::{http::StatusCode, web, App, HttpResponse, HttpServer, ResponseError};
|
||||
use actix_web::{App, HttpResponse, HttpServer, ResponseError, http::StatusCode, web};
|
||||
use serde::Serialize;
|
||||
|
||||
#[derive(Debug, Serialize)]
|
||||
|
Reference in New Issue
Block a user