Minor whitespace cleanup

This commit is contained in:
Jordan Brown
2020-10-20 13:05:43 -04:00
parent 76b5e03d3f
commit 5a4e1a232d
+1 -1
View File
@@ -49,7 +49,7 @@ namespace ReleaseNotes
try
{
var client = new GitHubClient(new ProductHeaderValue("tgs_release_notes"));
if (!String.IsNullOrWhiteSpace(githubToken))
if (!String.IsNullOrWhiteSpace(githubToken))
{
client.Credentials = new Credentials(githubToken);
}