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/CommitFixture.cs
parentc3e602c3846841ecc3c79715c5b97f835787862f (diff)
Clean up trailing whitespaces
Diffstat (limited to 'LibGit2Sharp.Tests/CommitFixture.cs')
-rw-r--r--LibGit2Sharp.Tests/CommitFixture.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp.Tests/CommitFixture.cs b/LibGit2Sharp.Tests/CommitFixture.cs
index 0ad0e1fb..48ea69c3 100644
--- a/LibGit2Sharp.Tests/CommitFixture.cs
+++ b/LibGit2Sharp.Tests/CommitFixture.cs
@@ -192,7 +192,7 @@ namespace LibGit2Sharp.Tests
using (var repo = new Repository(BareTestRepoPath))
{
foreach (Commit commit in repo.Commits.QueryBy(new CommitFilter
- {
+ {
Since = "a4a7dce85cf63874e984719f4fdd239f5145052f",
SortBy = CommitSortStrategies.Time
}))
@@ -631,7 +631,7 @@ namespace LibGit2Sharp.Tests
var author = Constants.Signature;
- const string shortMessage = "Initial egotistic commit";
+ const string shortMessage = "Initial egotistic commit";
const string commitMessage = shortMessage + "\n\nOnly the coolest commits from us";
Commit commit = repo.Commit(commitMessage, author, author);