Skip to content

Commit a10a0fb

Browse files
committed
Whitespace
1 parent f1bbf65 commit a10a0fb

File tree

1 file changed

+1
-1
lines changed
  • src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp

1 file changed

+1
-1
lines changed

src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
</Router>
1414
#else
1515
<CascadingAuthenticationState>
16-
<Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(Pages.NotFound)">
16+
<Router AppAssembly="@typeof(App).Assembly" NotFoundPage="typeof(Pages.NotFound)" >
1717
<Found Context="routeData">
1818
<AuthorizeRouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)">
1919
<NotAuthorized>

0 commit comments

Comments
 (0)