mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-06 12:03:19 +00:00
use string per recommended style
This commit is contained in:
@@ -21,7 +21,7 @@ namespace Octokit.Tests.Conventions
|
||||
|
||||
static string CreateMessage(string type)
|
||||
{
|
||||
return String.Format("Could not find the interface {0}. Add this to the Octokit.Reactive project", type);
|
||||
return string.Format("Could not find the interface {0}. Add this to the Octokit.Reactive project", type);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user