Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit d9574f8

Browse files
ProjectPath might be null
1 parent 0946b03 commit d9574f8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.Api/Git/GitStatusEntry.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ public GitStatusEntry(string path, string fullPath, string projectPath,
2020
{
2121
Guard.ArgumentNotNullOrWhiteSpace(path, "path");
2222
Guard.ArgumentNotNullOrWhiteSpace(fullPath, "fullPath");
23-
Guard.ArgumentNotNullOrWhiteSpace(projectPath, "projectPath");
2423

2524
this.path = path;
2625
this.status = status;

0 commit comments

Comments
 (0)