mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 19:11:30 +00:00
use string per recommended style
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Octokit
|
||||
get
|
||||
{
|
||||
var scopes = Scopes ?? new List<string>();
|
||||
return String.Format(CultureInfo.InvariantCulture, "Scopes: {0} ", string.Join(",", scopes));
|
||||
return string.Format(CultureInfo.InvariantCulture, "Scopes: {0} ", string.Join(",", scopes));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user