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

Commit 90d88f7

Browse files
Cleanup
1 parent 5863e37 commit 90d88f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.Api/OutputProcessors/StatusOutputProcessor.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ public override void LineReceived(string line)
152152
{
153153
//D deploy.cmd
154154
// D deploy.cmd
155+
155156
status = GitFileStatus.Deleted;
156157
staged = !secondPosition;
157158
}
@@ -169,6 +170,7 @@ public override void LineReceived(string line)
169170
{
170171
//R README.md -> README2.md
171172
// R README.md -> README2.md
173+
172174
proc.MoveNext();
173175
proc.SkipWhitespace();
174176

@@ -198,6 +200,7 @@ public override void LineReceived(string line)
198200
{
199201
//A something added.txt
200202
// A something added.txt
203+
201204
status = GitFileStatus.Added;
202205
staged = !secondPosition;
203206
}

0 commit comments

Comments
 (0)