Skip to content

Commit

Permalink
style: apply pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Sep 10, 2023
1 parent 7a1eb13 commit 6e29beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entrypoint/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ use axum::{
};
use common::config::{ENV, HTTP};
use hyper::header::AUTHORIZATION;
use presentation::auth::auth;
use presentation::{
auth::auth,
form_handler::{
create_form_handler, create_question_handler, delete_form_handler, form_list_handler,
get_form_handler, post_answer_handler, update_form_handler,
Expand Down

0 comments on commit 6e29beb

Please sign in to comment.