mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 08:12:24 +00:00
Formatting
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
use crate::{event::resource::EventFile, Error};
|
||||||
use actix_web::{
|
use actix_web::{
|
||||||
http::header::ContentType,
|
http::header::ContentType,
|
||||||
web::{Data, Path},
|
web::{Data, Path},
|
||||||
@@ -14,8 +15,6 @@ use rustical_store::CalendarStore;
|
|||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use tokio::sync::RwLock;
|
use tokio::sync::RwLock;
|
||||||
|
|
||||||
use crate::{event::resource::EventFile, Error};
|
|
||||||
|
|
||||||
#[derive(Deserialize, Serialize, Clone, Debug)]
|
#[derive(Deserialize, Serialize, Clone, Debug)]
|
||||||
#[serde(rename_all = "kebab-case")]
|
#[serde(rename_all = "kebab-case")]
|
||||||
pub enum PropQuery {
|
pub enum PropQuery {
|
||||||
|
|||||||
Reference in New Issue
Block a user