Skip to content

Commit

Permalink
style: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
ahonn committed Apr 14, 2023
1 parent 4457754 commit 15e2bb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion core/src/services/oss/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,11 @@ impl OssCore {
}
}

pub async fn oss_initiate_upload(&self, path: &str, args: &OpWrite) -> Result<Response<IncomingAsyncBody>> {
pub async fn oss_initiate_upload(
&self,
path: &str,
args: &OpWrite,
) -> Result<Response<IncomingAsyncBody>> {
let cache_control = args.cache_control();
let req = self
.oss_initiate_upload_request(path, None, None, cache_control, AsyncBody::Empty, false)
Expand Down

0 comments on commit 15e2bb8

Please # to comment.