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:
authorAndrius Bentkus <andrius.bentkus@gmail.com>2013-02-08 11:53:24 +0400
committerAndrius Bentkus <andrius.bentkus@gmail.com>2013-02-08 11:53:24 +0400
commitea9969c5ffe0f614e5eaa497f963103b4a86f5e5 (patch)
treead7abf3ef38d4e1d588835693bed033e69476e32 /LibGit2Sharp/TreeDefinition.cs
parentcbd8a16197f1c8b6bf15f2126bdc133ecf2d204e (diff)
Remove trailing whitespaces.
Diffstat (limited to 'LibGit2Sharp/TreeDefinition.cs')
-rw-r--r--LibGit2Sharp/TreeDefinition.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/TreeDefinition.cs b/LibGit2Sharp/TreeDefinition.cs
index 2342449e..cd708d4b 100644
--- a/LibGit2Sharp/TreeDefinition.cs
+++ b/LibGit2Sharp/TreeDefinition.cs
@@ -104,7 +104,7 @@ namespace LibGit2Sharp
if (treeEntryDefinition is TransientTreeTreeEntryDefinition)
{
- throw new InvalidOperationException(string.Format(CultureInfo.InvariantCulture,
+ throw new InvalidOperationException(string.Format(CultureInfo.InvariantCulture,
"The {0} references a target which hasn't been created in the {1} yet. " +
"This situation can occur when the target is a whole new {2} being created, or when an existing {2} is being updated because some of its children were added/removed.",
typeof(TreeEntryDefinition).Name, typeof(ObjectDatabase).Name, typeof(Tree).Name));