Skip to content

Commit 09ef9e8

Browse files
committed
style: cargo fmt
1 parent 7130823 commit 09ef9e8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/handlers.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,10 @@ async fn evaluate_with_stored_agent(
13681368
.snapshot_download_tasks(dataset_id, &snapshot_cache)
13691369
.await
13701370
.map_err(|e| {
1371-
tracing::warn!("Snapshot download failed: {}, falling back to per-task download", e);
1371+
tracing::warn!(
1372+
"Snapshot download failed: {}, falling back to per-task download",
1373+
e
1374+
);
13721375
(
13731376
StatusCode::BAD_GATEWAY,
13741377
Json(serde_json::json!({"error": format!("Failed to download HF dataset: {}", e)})),

0 commit comments

Comments
 (0)