Skip to content

Commit a5000f5

Browse files
committed
chore: format
1 parent 0a814e6 commit a5000f5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/how-to/headers.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ export function headers({
6363
actionHeaders,
6464
loaderHeaders,
6565
}: HeadersArgs) {
66-
return hasAnyHeaders(actionHeaders) ? actionHeaders : loaderHeaders;
66+
return hasAnyHeaders(actionHeaders)
67+
? actionHeaders
68+
: loaderHeaders;
6769
}
6870
```
6971

0 commit comments

Comments
 (0)