Skip to content

Commit 88d384d

Browse files
MagicalTuxclaude
andcommitted
Format h2 response_fields (rustfmt)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 09e80cf commit 88d384d

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/h2/conn.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,11 @@ impl H2Conn {
570570

571571
/// Build the HPACK field list for a response from the shared response-header
572572
/// rules (`:status` first, hop-by-hop dropped, `server` defaulted).
573-
fn response_fields(status: StatusCode, headers: &Headers, server: Option<&str>) -> Vec<HeaderField> {
573+
fn response_fields(
574+
status: StatusCode,
575+
headers: &Headers,
576+
server: Option<&str>,
577+
) -> Vec<HeaderField> {
574578
crate::proto::response_fields(status, headers, server)
575579
.iter()
576580
.map(|(n, v)| HeaderField::new(n, v))

0 commit comments

Comments
 (0)