formatting

This commit is contained in:
Lennart
2024-05-25 22:41:07 +02:00
parent 75a1c37331
commit 1578bf83c4

View File

@@ -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,