Adopt and apply nightly rustfmt configuration

This commit is contained in:
Juno Takano 2026-02-16 16:17:10 -03:00
commit d7d034757a
45 changed files with 431 additions and 474 deletions

View file

@ -1,4 +1,6 @@
use axum::{Form, body::Body, extract::State, http::Response, response::Redirect};
use axum::{
Form, body::Body, extract::State, http::Response, response::Redirect,
};
use crate::{
prelude::*,
@ -58,9 +60,9 @@ pub struct Query {
#[cfg(test)]
mod tests {
use axum::http::StatusCode;
use crate::graph::Graph;
use super::*;
use crate::graph::Graph;
async fn wrap_page(path: &str) -> Response<Body> {
let state = GlobalState {