Skip to content

Commit

Permalink
Format code
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <[email protected]>
  • Loading branch information
Xuanwo committed Feb 23, 2024
1 parent dfbf80b commit bd4a661
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions core/src/services/webdav/lister.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,18 @@ impl ListOpResponse {
pub fn parse_into_metadata(&self) -> Result<Metadata> {
let ListOpResponse {
propstat:
Propstat {
prop:
Prop {
getlastmodified,
getcontentlength,
getcontenttype,
getetag,
resourcetype,
..
Propstat {
prop:
Prop {
getlastmodified,
getcontentlength,
getcontenttype,
getetag,
resourcetype,
..
},
status,
},
status,
},
..
} = self;
if let [_, code, text] = status.split(' ').collect::<Vec<_>>()[..3] {
Expand Down

0 comments on commit bd4a661

Please sign in to comment.