mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-14 09:22:26 +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<
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user