mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
Fixed code analysis errors
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
{
|
||||
public class ReferenceUpdate
|
||||
{
|
||||
public ReferenceUpdate(string sha, bool force = false)
|
||||
public ReferenceUpdate(string sha) : this(sha, false)
|
||||
{
|
||||
}
|
||||
|
||||
public ReferenceUpdate(string sha, bool force)
|
||||
{
|
||||
Ensure.ArgumentNotNullOrEmptyString(sha, "sha");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user