Skip to content

Commit

Permalink
Remove unwanted #endregion that cause Build error (#2153)
Browse files Browse the repository at this point in the history
Remove unwanted #endregion that cause Build error
  • Loading branch information
amrbadawy committed Mar 2, 2020
1 parent 9a29299 commit 93378de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/core/Modeling/FluentAPI/IndexFilter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ public class Blog
public int BlogId { get; set; }
public string Url { get; set; }
}
#endregion
}

0 comments on commit 93378de

Please sign in to comment.