Skip to content

Commit b8cf1b6

Browse files
committed
chore: format
1 parent 5461461 commit b8cf1b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-router/lib/dom/ssr/routes-test-stub.tsx

+2-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ export function createRoutesStub(
100100
if (routerRef.current == null) {
101101
remixContextRef.current = {
102102
future: {
103-
unstable_subResourceIntegrity: future?.unstable_subResourceIntegrity === true,
103+
unstable_subResourceIntegrity:
104+
future?.unstable_subResourceIntegrity === true,
104105
unstable_middleware: future?.unstable_middleware === true,
105106
},
106107
manifest: {

0 commit comments

Comments
 (0)