We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46690f4 commit c20b469Copy full SHA for c20b469
src/Commands/UnstageChangesForAmend.cs
@@ -44,7 +44,7 @@ public UnstageChangesForAmend(string repo, List<Models.Change> changes)
44
_patchBuilder.Append(c.Path);
45
}
46
47
- _patchBuilder.AppendLine();
+ _patchBuilder.Append('\n');
48
49
50
0 commit comments