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