mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
style(rust): format moved bridge code
This commit is contained in:
parent
89b3308e92
commit
851e706cb4
1 changed files with 3 additions and 1 deletions
|
|
@ -91,7 +91,9 @@ impl ResponsesWebSocketConnection {
|
|||
}
|
||||
}
|
||||
}
|
||||
let inner = match RustResponsesWebSocketConnection::connect_url(&url, &headers, timeout).await {
|
||||
let inner = match RustResponsesWebSocketConnection::connect_url(&url, &headers, timeout)
|
||||
.await
|
||||
{
|
||||
Ok(inner) => inner,
|
||||
Err(error) => {
|
||||
if let Some(observer) = observer.as_mut() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue