Skip to content

Commit c6ddc77

Browse files
committed
chore: format
1 parent fae7b16 commit c6ddc77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/remix-server-runtime/responses.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ export type TypedResponse<T = unknown> = Omit<Response, "json"> & {
4444
* @deprecated This utility is deprecated in favor of opting into Single Fetch
4545
* via `future.v3_singleFetch` and returning raw objects. This method will be
4646
* removed in React Router v7.
47-
*
47+
*
4848
* If you need to return custom headers or status code, you can use the new `data`
4949
* utility (https://remix.run/docs/en/main/utils/data).
50-
*
51-
* If you need to return a JSON Response from a resource route, you can use
50+
*
51+
* If you need to return a JSON Response from a resource route, you can use
5252
* `Response.json` (https://developer.mozilla.org/en-US/docs/Web/API/Response/json_static).
5353
*
5454
* @see https://remix.run/utils/json

0 commit comments

Comments
 (0)