Skip to content

Commit fded44b

Browse files
committed
Removed unused flag
1 parent f554214 commit fded44b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

LinkDotNet.Blog.TestUtilities/BlogPostBuilder.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using System;
2-
using LinkDotNet.Domain;
1+
using LinkDotNet.Domain;
32

43
namespace LinkDotNet.Blog.TestUtilities
54
{
@@ -10,7 +9,6 @@ public class BlogPostBuilder
109
private string content = "Some Content";
1110
private string url = "localhost";
1211
private string[] tags;
13-
private DateTime updatedDate;
1412

1513
public BlogPostBuilder WithTitle(string title)
1614
{

0 commit comments

Comments
 (0)