mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 19:46:07 +00:00
use string per recommended style
This commit is contained in:
@@ -87,7 +87,7 @@ namespace Octokit
|
||||
{
|
||||
get
|
||||
{
|
||||
return String.Format(CultureInfo.InvariantCulture, "Name: {0} Description: {1}", Name, Description);
|
||||
return string.Format(CultureInfo.InvariantCulture, "Name: {0} Description: {1}", Name, Description);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user