Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
geetanshjuneja committed Jan 5, 2025
1 parent ed0dc6f commit cff50c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/services/cos/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,11 @@ impl Access for CosBackend {
let status = resp.status();

match status {
StatusCode::OK =>{
StatusCode::OK => {
let headers = resp.headers();
let mut meta = self.core.parse_metadata(path, resp.headers())?;
Ok(RpStat::new(meta))
},
}
_ => Err(parse_error(resp)),
}
}
Expand Down

0 comments on commit cff50c9

Please sign in to comment.