Skip to content

Commit 6a2d66f

Browse files
Jake ChampionJakeChampion
authored andcommitted
fix formatting
1 parent e7aaba4 commit 6a2d66f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runtime/js-compute-runtime/builtins/request-response.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1831,8 +1831,9 @@ JSObject *Request::create(JSContext *cx, JS::HandleObject requestInstance, JS::H
18311831
if (!headersInstance)
18321832
return nullptr;
18331833

1834-
headers = builtins::Headers::create(
1835-
cx, headersInstance, builtins::Headers::Mode::ProxyToRequest, request, input_headers, false);
1834+
headers =
1835+
builtins::Headers::create(cx, headersInstance, builtins::Headers::Mode::ProxyToRequest,
1836+
request, input_headers, false);
18361837
}
18371838

18381839
if (!headers) {

0 commit comments

Comments
 (0)