Skip to content

Commit bbee2aa

Browse files
committed
doc: 代码格式化
1 parent 4e11414 commit bbee2aa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/BootstrapBlazor.Server/Components/Layout/TutorialsNavMenu.razor.cs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
55

66
using BootstrapBlazor.Server.Components.Pages;
7-
87
using Microsoft.AspNetCore.Components.Web;
9-
108
using System.Text;
119

1210
namespace BootstrapBlazor.Server.Components.Layout;
@@ -225,8 +223,8 @@ .. _layoutFileList
225223

226224
private readonly string[] _template5 =
227225
[
228-
"Tutorials/LoginAndRegister/TransitionalLogin.razor",
229-
"Tutorials/LoginAndRegister/TransitionalLogin.razor.css",
226+
"Tutorials/LoginAndRegister/Template5.razor",
227+
"Tutorials/LoginAndRegister/Template5.razor.css",
230228
.. _layoutFileList
231229
];
232230

0 commit comments

Comments
 (0)