style: Format code with fmt
This commit is contained in:
@ -7,4 +7,4 @@ struct CpsResponse;
|
||||
|
||||
pub async fn cps() -> impl IntoResponse {
|
||||
CpsResponse.into_response()
|
||||
}
|
||||
}
|
||||
|
@ -7,4 +7,4 @@ struct HomeResponse;
|
||||
|
||||
pub async fn home() -> impl IntoResponse {
|
||||
HomeResponse.into_response()
|
||||
}
|
||||
}
|
||||
|
@ -7,4 +7,4 @@ pub fn get_routes() -> Router {
|
||||
Router::new()
|
||||
.route("/home", routing::get(home::home))
|
||||
.route("/cps", routing::get(cps::cps))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user