Skip to content

Commit 7759e8e

Browse files
committed
chore: format
1 parent ddda0f0 commit 7759e8e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/routers/create-browser-router.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,12 @@ let router = createBrowserRouter(routes, {
258258
console.log(`Processing route ${match.route.id}`);
259259
// Don't override anything - just resolve route.lazy + call loader
260260
let result = await match.resolve();
261-
console.log(`Done processing route ${match.route.id}`);
261+
console.log(
262+
`Done processing route ${match.route.id}`
263+
);
262264
return result;
263265
})
264-
)
266+
);
265267
},
266268
});
267269
```

0 commit comments

Comments
 (0)