Skip to content

Commit fcf74bd

Browse files
committed
Fix formatting
1 parent d6c2931 commit fcf74bd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/routes/api/models.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ pub async fn api_v1_models(
8282
}
8383
hits.push((name, resp));
8484
}
85-
Err(e) => tracing::warn!(provider = %name, error = %e, "Live-fetch fallback failed for cache-miss provider"),
85+
Err(e) => {
86+
tracing::warn!(provider = %name, error = %e, "Live-fetch fallback failed for cache-miss provider")
87+
}
8688
}
8789
}
8890

0 commit comments

Comments
 (0)