mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 22:52:22 +00:00
Formatting
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user