Skip to content

Commit

Permalink
Adjust highlighting in code sample
Browse files Browse the repository at this point in the history
  • Loading branch information
scottaddie committed Sep 13, 2017
1 parent f303a45 commit c496ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/tutorials/first-mvc-app/working-with-sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ if (context.Movie.Any())

Add the seed initializer to the `Main` method in the *Program.cs* file:

[!code-csharp[Main](start-mvc/sample/MvcMovie/Program.cs?highlight=6,16-32)]
[!code-csharp[Main](start-mvc/sample/MvcMovie/Program.cs?highlight=6,14-32)]

# [ASP.NET Core 1.x](#tab/aspnetcore1x)

Expand Down

0 comments on commit c496ec8

Please sign in to comment.