diff --git a/aspnetcore/data/ef-rp/intro/samples/cu30/Pages/Courses/Details.cshtml.cs b/aspnetcore/data/ef-rp/intro/samples/cu30/Pages/Courses/Details.cshtml.cs index 0e1d015806cd..3cd032310466 100644 --- a/aspnetcore/data/ef-rp/intro/samples/cu30/Pages/Courses/Details.cshtml.cs +++ b/aspnetcore/data/ef-rp/intro/samples/cu30/Pages/Courses/Details.cshtml.cs @@ -35,6 +35,5 @@ public async Task OnGetAsync(int? id) } return Page(); } - #endregion } }