chore: fmt all

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-05-28 15:43:29 +02:00
parent b3af0be6b5
commit c81a988061
3 changed files with 3 additions and 10 deletions

View File

@@ -10,4 +10,5 @@ use uuid::Uuid;
pub struct ProjectDto {
pub id: Uuid,
pub name: String,
pub description: Option<String>,
}