Formatting

This commit is contained in:
Lennart
2024-06-20 19:29:47 +02:00
parent 9a783a6b65
commit d8b6484475

View File

@@ -1,3 +1,4 @@
use crate::{event::resource::EventFile, Error};
use actix_web::{
http::header::ContentType,
web::{Data, Path},
@@ -14,8 +15,6 @@ use rustical_store::CalendarStore;
use serde::{Deserialize, Serialize};
use tokio::sync::RwLock;
use crate::{event::resource::EventFile, Error};
#[derive(Deserialize, Serialize, Clone, Debug)]
#[serde(rename_all = "kebab-case")]
pub enum PropQuery {