mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
Merge pull request #438 from octokit/ammeep/debugger-display-backwards
Debugger Displays around the right way
This commit is contained in:
@@ -43,7 +43,7 @@ namespace Octokit
|
||||
get
|
||||
{
|
||||
return String.Format(CultureInfo.InvariantCulture,
|
||||
"Repository: Id: {0} Owner: {1}, Name: {2}", Id, Name, Owner);
|
||||
"Repository: Id: {0} Owner: {1}, Name: {2}", Id, Owner, Name);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user