Skip to content

Commit 1dd8128

Browse files
committed
chore: format
1 parent 6fdb79b commit 1dd8128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-router-express/__tests__/server-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ describe("express createRemixRequest", () => {
227227
headers: {
228228
"Cache-Control": "max-age=300, s-maxage=3600",
229229
Host: "localhost:3000",
230-
"x-forwarded-host": ":/spoofed"
230+
"x-forwarded-host": ":/spoofed",
231231
},
232232
});
233233
let expressResponse = createResponse();

0 commit comments

Comments
 (0)