cleaning spaces

This commit is contained in:
Philippe Miossec
2014-10-02 00:10:10 +02:00
parent b9f719726c
commit c3e624ddc8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ namespace Sep.Git.Tfs.Commands
}
VerifyTfsPathToClone(tfsRepositoryPath);
}
}
catch
{
if (!resumable)
+1 -1
View File
@@ -60,7 +60,7 @@ namespace Sep.Git.Tfs.Util
c.Change.Item.ItemType == TfsItemType.Folder
&& c.GitPath == string.Empty
&& c.Change.ChangeType.IncludesOneOf(TfsChangeType.Delete, TfsChangeType.Rename));
}
}
return _renameBranchCommmit.Value;
}
}