mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 19:26:51 +00:00
use string per recommended style
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Octokit.Tests.Conventions
|
||||
? s
|
||||
: s.Replace("\r\n", Environment.NewLine);
|
||||
|
||||
return String.Format(template, args);
|
||||
return string.Format(template, args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user