Xuanwo commented on code in PR #6070:
URL: https://github.com/apache/opendal/pull/6070#discussion_r2051785012


##########
core/src/services/s3/core.rs:
##########
@@ -606,7 +632,12 @@ impl S3Core {
             url.push_str(&format!("?{}", query_args.join("&")));
         }
 
-        let mut req = Request::delete(&url)
+        let mut req = Request::delete(&url);
+

Review Comment:
   I'm not concerned about style as long as readability is maintained. The 
current style works well for me.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@opendal.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to