mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 04:16:51 +00:00
aaaand format the code
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Octokit
|
||||
return output;
|
||||
|
||||
output = new Dictionary<string, Uri>();
|
||||
|
||||
|
||||
foreach (var item in input)
|
||||
{
|
||||
output.Add(new String(item.Key.ToCharArray()), new Uri(item.Value.ToString()));
|
||||
|
||||
Reference in New Issue
Block a user