mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 03:55:55 +00:00
Remove unnecessary base call on default ctor
This commit is contained in:
@@ -22,7 +22,6 @@ namespace Octokit
|
||||
/// Constructs an instance of ApiValidationException
|
||||
/// </summary>
|
||||
public InvalidGitIgnoreTemplateException()
|
||||
: base()
|
||||
{ }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user