mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-12 13:56:46 +00:00
fmt
This commit is contained in:
parent
7716c9e16d
commit
c7babd748a
|
@ -1,4 +1,4 @@
|
|||
use crate::{newtypes::DbUrl, CommentSortType, SortType,schema_setup};
|
||||
use crate::{newtypes::DbUrl, schema_setup, CommentSortType, SortType};
|
||||
use chrono::{DateTime, TimeDelta, Utc};
|
||||
use deadpool::Runtime;
|
||||
use diesel::{
|
||||
|
|
Loading…
Reference in a new issue