mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-05-29 09:22:25 +00:00
Fix indenting
This commit is contained in:
@@ -1356,13 +1356,13 @@ namespace Octokit
|
||||
if (isValid && Uri.TryCreate(str, UriKind.RelativeOrAbsolute, out result))
|
||||
return result;
|
||||
|
||||
return null;
|
||||
return null;
|
||||
}
|
||||
|
||||
if (type == typeof(string))
|
||||
return str;
|
||||
if (type == typeof(string))
|
||||
return str;
|
||||
|
||||
return Convert.ChangeType(str, type, CultureInfo.InvariantCulture);
|
||||
return Convert.ChangeType(str, type, CultureInfo.InvariantCulture);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user