mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-01 02:18:44 +00:00
aaaand format the code
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Octokit
|
||||
{
|
||||
if (value == null) return null;
|
||||
string attributeValue;
|
||||
|
||||
|
||||
return enumToAttributeDictionary.TryGetValue(value.ToString(), out attributeValue)
|
||||
? attributeValue ?? value.ToString().ToLowerInvariant()
|
||||
: value.ToString().ToLowerInvariant();
|
||||
|
||||
Reference in New Issue
Block a user