mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 19:00:47 +00:00
fix up debugger display so that the string format is 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