Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2013-08-22 22:03:52 +0400
committernulltoken <emeric.fermas@gmail.com>2013-08-22 22:03:52 +0400
commit1aa5f1136dc23523729a95b0d1bcc47564fce711 (patch)
tree6b86f39fee6287db8290e189721303b5ad72547a /LibGit2Sharp.Tests/CloneFixture.cs
parentc3e602c3846841ecc3c79715c5b97f835787862f (diff)
Clean up trailing whitespaces
Diffstat (limited to 'LibGit2Sharp.Tests/CloneFixture.cs')
-rw-r--r--LibGit2Sharp.Tests/CloneFixture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp.Tests/CloneFixture.cs b/LibGit2Sharp.Tests/CloneFixture.cs
index a1ae44de..800ccc2f 100644
--- a/LibGit2Sharp.Tests/CloneFixture.cs
+++ b/LibGit2Sharp.Tests/CloneFixture.cs
@@ -115,7 +115,7 @@ namespace LibGit2Sharp.Tests
var scd = BuildSelfCleaningDirectory();
- Repository.Clone(url, scd.DirectoryPath,
+ Repository.Clone(url, scd.DirectoryPath,
onTransferProgress: _ => { transferWasCalled = true; return 0; },
onCheckoutProgress: (a, b, c) => checkoutWasCalled = true);