mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-23 15:45:28 +00:00
use string per recommended style
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Octokit
|
||||
{
|
||||
get
|
||||
{
|
||||
return String.Format(CultureInfo.InvariantCulture, "Since: {0} ", Since);
|
||||
return string.Format(CultureInfo.InvariantCulture, "Since: {0} ", Since);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user