Remove redundant assignment
This commit is contained in:
parent
3064dd8d25
commit
a47f18533b
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ namespace Website.ViewModels
|
||||||
public BlogPostViewModel(BlogPost blogPost)
|
public BlogPostViewModel(BlogPost blogPost)
|
||||||
{
|
{
|
||||||
Title = blogPost.Title;
|
Title = blogPost.Title;
|
||||||
Content = Markdown.ToHtml(blogPost.Content).Trim();
|
|
||||||
Timestamp = blogPost.Timestamp;
|
Timestamp = blogPost.Timestamp;
|
||||||
Url = blogPost.Url;
|
Url = blogPost.Url;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue