Remove unnecessary base call on default ctor

This commit is contained in:
Haacked
2015-12-13 22:23:10 -08:00
parent f3f7161017
commit 4fdb8f4368
@@ -22,7 +22,6 @@ namespace Octokit
/// Constructs an instance of ApiValidationException
/// </summary>
public InvalidGitIgnoreTemplateException()
: base()
{ }
/// <summary>