Skip to content

Commit 038b993

Browse files
Update Program.cs (#4894)
Remove extra line
1 parent 33179df commit 038b993

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

samples/core/Modeling/DataSeeding/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ private static void Main(string[] args)
3838
context.Blogs.Add(new Blog { Url = "http://test.com" });
3939
context.SaveChanges();
4040
}
41-
4241
}
4342
#endregion
4443

0 commit comments

Comments
 (0)