mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 20:13:40 +00:00
use string per recommended style
This commit is contained in:
@@ -121,7 +121,7 @@ namespace Octokit
|
||||
{
|
||||
get
|
||||
{
|
||||
return String.Format(CultureInfo.InvariantCulture,
|
||||
return string.Format(CultureInfo.InvariantCulture,
|
||||
"Repository: Id: {0} Owner: {1}, Name: {2}", Id, Owner, Name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user