Skip to content

Commit 72f1276

Browse files
steebchenclaude
andcommitted
chore: fix formatting
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 3278f26 commit 72f1276

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/server/src/proxy.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,6 @@ impl<P: Provider + Sync + Send + Debug + 'static> Proxy<P> {
345345
}
346346
});
347347

348-
349348
if let Err(e) = hyper::server::conn::Http::new()
350349
.serve_connection(tls_stream, service)
351350
.with_upgrades() // Enable connection upgrades for WebSocket over TLS

0 commit comments

Comments
 (0)