Skip to content

Commit 0bbcc3a

Browse files
authored
Fix indent in MVC routing code sample (#18495)
1 parent 7bdbf0a commit 0bbcc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnetcore/mvc/controllers/routing/samples/3.x/main/Controllers/MyDemo2Controller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace RoutingSample.Controllers
77
#if First
88
#region snippet
99
public class MyDemo2Controller : Controller
10-
{
10+
{
1111
[Route("/articles/{page}")]
1212
public IActionResult ListArticles(int page)
1313
{

0 commit comments

Comments
 (0)