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

Commit a9f3837

Browse files
Formatting
1 parent 1ec7225 commit a9f3837

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitHub.Api/Git/GitStatusEntry.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ public struct GitStatusEntry
1414
public GitFileStatus status;
1515
public bool staged;
1616

17-
public GitStatusEntry(string path, string fullPath, string projectPath,
18-
GitFileStatus status,
17+
public GitStatusEntry(string path, string fullPath, string projectPath, GitFileStatus status,
1918
string originalPath = null, bool staged = false)
2019
{
2120
Guard.ArgumentNotNullOrWhiteSpace(path, "path");

0 commit comments

Comments
 (0)