style: cargo fmt
This commit is contained in:
parent
e8b8b49643
commit
e8a9857e19
13 changed files with 87 additions and 41 deletions
|
@ -9,7 +9,7 @@ use crate::schema::{friend_requests, friends};
|
|||
#[diesel(table_name = friends)]
|
||||
#[diesel(check_for_backend(diesel::pg::Pg))]
|
||||
pub struct Friend {
|
||||
pub uuid1: Uuid,
|
||||
pub uuid1: Uuid,
|
||||
pub uuid2: Uuid,
|
||||
pub accepted_at: DateTime<Utc>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue