Skip to content

Commit 3178914

Browse files
daiping8claude
authored andcommitted
style: fix rust fmt formatting for GCS delete implementation
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 2bc08e2 commit 3178914

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/daft-io/src/google_cloud.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,7 @@ impl GCSClientWrapper {
324324
}
325325
};
326326

327-
if is_success
328-
&& let Some(is) = io_stats.as_ref()
329-
{
327+
if is_success && let Some(is) = io_stats.as_ref() {
330328
is.mark_delete_requests(1);
331329
}
332330
Ok(())

0 commit comments

Comments
 (0)