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:
Diffstat (limited to 'LibGit2Sharp/LogConfiguration.cs')
-rw-r--r--LibGit2Sharp/LogConfiguration.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/LibGit2Sharp/LogConfiguration.cs b/LibGit2Sharp/LogConfiguration.cs
index 67c974bd..dd63bf30 100644
--- a/LibGit2Sharp/LogConfiguration.cs
+++ b/LibGit2Sharp/LogConfiguration.cs
@@ -33,8 +33,7 @@ namespace LibGit2Sharp
}
private LogConfiguration()
- {
- }
+ { }
internal LogLevel Level { get; private set; }
internal LogHandler Handler { get; private set; }