mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 20:52:31 +00:00
formatting
This commit is contained in:
@@ -69,11 +69,7 @@ pub fn parse_propfind(body: &str) -> Result<Vec<&str>, Error> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub async fn handle_propfind<
|
pub async fn handle_propfind<A: CheckAuthentication, R: ResourceService + ?Sized>(
|
||||||
A: CheckAuthentication,
|
|
||||||
R: ResourceService + ?Sized,
|
|
||||||
// C: CalendarStore + ?Sized,
|
|
||||||
>(
|
|
||||||
path: Path<R::PathComponents>,
|
path: Path<R::PathComponents>,
|
||||||
body: String,
|
body: String,
|
||||||
req: HttpRequest,
|
req: HttpRequest,
|
||||||
|
|||||||
Reference in New Issue
Block a user