Skip to content

Commit c73d995

Browse files
authored
Fix fmt Agg Mode (#2048)
1 parent 1f4accb commit c73d995

File tree

1 file changed

+0
-1
lines changed
  • aggregation_mode/src/backend

1 file changed

+0
-1
lines changed

aggregation_mode/src/backend/s3.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ const CONNECT_TIMEOUT_SECONDS: Duration = Duration::from_secs(10);
3232
/// Timeout for Batch Download Requests
3333
const BATCH_DOWNLOAD_TIMEOUT_SECONDS: Duration = Duration::from_secs(5 * 60);
3434

35-
3635
// get_aligned_batch_from_s3_with_multiple_urls tries multiple comma-separated URLs until first successful response
3736
pub async fn get_aligned_batch_from_s3_with_multiple_urls(
3837
urls: String,

0 commit comments

Comments
 (0)