Skip to content

Commit

Permalink
feat(#9): fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 1, 2024
1 parent 85d632e commit ccb7883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
use std::collections::HashMap;
use std::error::Error;

use crate::routes::rs_err::RsErr;
use axum::http::StatusCode;
use axum::response::IntoResponse;
use axum::Json;
use tokio::fs;
use crate::routes::rs_err::RsErr;

// @todo #9:25min Create unit tests for home.rs.
// We need to create a few unit testes for home endpoints,
Expand Down

0 comments on commit ccb7883

Please sign in to comment.