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<
A: CheckAuthentication,
R: ResourceService + ?Sized,
// C: CalendarStore + ?Sized,
>(
pub async fn handle_propfind<A: CheckAuthentication, R: ResourceService + ?Sized>(
path: Path<R::PathComponents>,
body: String,
req: HttpRequest,