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:
authoryorah <yoram.harmelin@gmail.com>2013-02-21 14:47:00 +0400
committeryorah <yoram.harmelin@gmail.com>2013-03-14 15:34:28 +0400
commitf705718c1bb83a268644952df8b2221e86beb754 (patch)
tree0be9078ef43ae04c443f5232e7a6ea627dc5aaa2 /LibGit2Sharp.Tests/BranchFixture.cs
parent547a6bdb2ded0ce86e5e18d71a4cf2aedc58821c (diff)
Clean-up trailing whitespaces
For the psychopath that lies deep down in each one of us.
Diffstat (limited to 'LibGit2Sharp.Tests/BranchFixture.cs')
-rw-r--r--LibGit2Sharp.Tests/BranchFixture.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp.Tests/BranchFixture.cs b/LibGit2Sharp.Tests/BranchFixture.cs
index faa3290d..8091d781 100644
--- a/LibGit2Sharp.Tests/BranchFixture.cs
+++ b/LibGit2Sharp.Tests/BranchFixture.cs
@@ -484,7 +484,7 @@ namespace LibGit2Sharp.Tests
Assert.False(branch.IsTracking);
Branch upstreamBranch = repo.Branches[upstreamBranchName];
-
+
repo.Branches.Update(branch,
b => b.Upstream = upstreamBranch.CanonicalName);