Skip to content

Commit 54f5bfe

Browse files
committed
Remove extra newline
1 parent 81c36e1 commit 54f5bfe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

GVFS/GVFS.Common/Git/GitObjects.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,6 @@ public virtual GitProcess.Result IndexPackFile(string packfilePath, GitProcess g
406406
gitProcess = new GitProcess(this.Enlistment);
407407
}
408408

409-
410409
GitProcess.Result result = gitProcess.IndexPack(packfilePath, tempIdxPath);
411410
if (result.ExitCodeIsFailure)
412411
{

0 commit comments

Comments
 (0)