Skip to content

Commit f566bf4

Browse files
committed
Fix extra white space
1 parent 414b612 commit f566bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/__tests__/matchRoutes-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ describe('matchRoutes', function () {
310310
<Route name="users"
311311
path="users"
312312
getChildRoutes={getChildRoutes}
313-
getIndexRoute={getIndexRoute} />
313+
getIndexRoute={getIndexRoute} />
314314
])
315315

316316
makeJsxNestedRoutes = () => {

0 commit comments

Comments
 (0)