Skip to content

Commit

Permalink
Fix the organization of some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed May 20, 2024
1 parent 2fe0742 commit a85b8e7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/dav/xml/propfind.rs
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
use super::multistatus::{DavResponse, PropStat};
use super::{PropValue, Property, Tag};
use crate::dav::types::HasProperties;
use axum::{
async_trait,
body::Body,
extract::{FromRequest, Request},
http::{response::Response, StatusCode},
response::IntoResponse,
};

use super::multistatus::{DavResponse, PropStat};
use super::{PropValue, Property, Tag};
use crate::dav::types::HasProperties;
use bytes::{Buf, Bytes};
use std::collections::BTreeMap;
use std::fmt;
Expand Down

0 comments on commit a85b8e7

Please sign in to comment.