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