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:
@@ -24,7 +24,7 @@ namespace Octokit
|
||||
|
||||
internal string DebuggerDisplay
|
||||
{
|
||||
get { return String.Format(CultureInfo.InvariantCulture, "Ref: {0}", Ref); }
|
||||
get { return string.Format(CultureInfo.InvariantCulture, "Ref: {0}", Ref); }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user