mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-06 07:16:09 +00:00
use string per recommended style
This commit is contained in:
@@ -86,7 +86,7 @@ namespace Octokit
|
||||
|
||||
internal string DebuggerDisplay
|
||||
{
|
||||
get { return String.Format(CultureInfo.InvariantCulture, "Title {0} ", Title); }
|
||||
get { return string.Format(CultureInfo.InvariantCulture, "Title {0} ", Title); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user