Skip to content

Commit

Permalink
style: apply rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 committed Aug 24, 2023
1 parent 9842d6b commit 1cccba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions server/infra/resource/src/repository/form_repository_impl.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use async_trait::async_trait;
use domain::form::models::OffsetAndLimit;
use domain::{
form::models::{
Form, FormDescription, FormId, FormQuestionUpdateSchema, FormTitle, FormUpdateTargets,
PostedAnswers,
OffsetAndLimit, PostedAnswers,
},
repository::form_repository::FormRepository,
};
Expand Down
3 changes: 1 addition & 2 deletions server/usecase/src/form.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
use domain::form::models::OffsetAndLimit;
use domain::{
form::models::{
Form, FormDescription, FormId, FormQuestionUpdateSchema, FormTitle, FormUpdateTargets,
PostedAnswers,
OffsetAndLimit, PostedAnswers,
},
repository::form_repository::FormRepository,
};
Expand Down

0 comments on commit 1cccba5

Please sign in to comment.