Skip to content

Commit

Permalink
refactor: 代码格式化
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed May 16, 2024
1 parent d9be177 commit 7e191ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auto/BootstrapBlazorApp/Components/Routes.razor
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Router AppAssembly="typeof(Program).Assembly" AdditionalAssemblies="new[] { typeof(Client._Imports).Assembly }">
<Router AppAssembly="typeof(Program).Assembly" AdditionalAssemblies="new[] { typeof(Client._Imports).Assembly }">
<Found Context="routeData">
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />
<FocusOnNavigate RouteData="routeData" Selector="h1" />
Expand Down

0 comments on commit 7e191ac

Please sign in to comment.