format examples

This commit is contained in:
David Pedersen 2022-06-26 19:31:38 +02:00
parent cc07b8dbd0
commit 7f8d2128d8
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@
use axum::{
async_trait,
extract::{rejection::JsonRejection, FromRequest, RequestParts, Once},
extract::{rejection::JsonRejection, FromRequest, Once, RequestParts},
http::StatusCode,
routing::post,
BoxError, Router,

View file

@ -12,7 +12,7 @@
use async_trait::async_trait;
use axum::{
extract::{Form, FromRequest, RequestParts, Once},
extract::{Form, FromRequest, Once, RequestParts},
http::StatusCode,
response::{Html, IntoResponse, Response},
routing::get,