mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
style(labrinth): cargo fmt
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
use crate::database::models::DBProjectDisclosure;
|
||||
use ariadne::ids::UserId;
|
||||
use chrono::{DateTime, Utc};
|
||||
use serde::{Deserialize, Serialize};
|
||||
use strum::IntoStaticStr;
|
||||
use utoipa::ToSchema;
|
||||
use ariadne::ids::UserId;
|
||||
use crate::database::models::DBProjectDisclosure;
|
||||
|
||||
#[derive(Debug, Clone, Serialize, Deserialize, ToSchema, IntoStaticStr)]
|
||||
#[serde(rename_all = "snake_case", tag = "type")]
|
||||
|
||||
Reference in New Issue
Block a user