mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
🎨 Remove unnecessary assignment
This commit is contained in:
@@ -81,7 +81,7 @@ namespace Octokit.Internal
|
||||
return p.ToString().ToLowerInvariant();
|
||||
}
|
||||
|
||||
private string _type = null;
|
||||
private string _type;
|
||||
|
||||
// Overridden to handle enums.
|
||||
public override object DeserializeObject(object value, Type type)
|
||||
|
||||
Reference in New Issue
Block a user