Skip to content

Commit 359f3cd

Browse files
author
Jonathan
committed
fixed some linux EOL
1 parent 1071d89 commit 359f3cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HOL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ In this task, you will discover the new strongly-typed bindings available in ASP
132132

133133
1. Add the following using statement.
134134

135-
````C#
135+
````C#
136136
using System.Linq;
137137
````
138138

@@ -832,8 +832,8 @@ In this task, you will add code to properly handle database exceptions and show
832832
this.db.SaveChanges();
833833
}
834834
catch (DbUpdateException)
835-
{
836-
var message = string.Format("A category with the name {0} already exists.", category.CategoryName);
835+
{
836+
var message = string.Format("A category with the name {0} already exists.", category.CategoryName);
837837
this.ModelState.AddModelError("CategoryName", message);
838838
}
839839
}

0 commit comments

Comments
 (0)