Fix resharper complaints

This commit is contained in:
Robert Marshall 2019-05-04 17:40:20 +01:00
parent 68028b37f2
commit 246111df63
5 changed files with 6 additions and 5 deletions

View file

@ -1,4 +1,4 @@
@model BlogPostViewModel;
@model BlogPostViewModel
@{
ViewData["Title"] = Model.Title;