mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 12:33:00 +01:00
Minor whitespace cleanup
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user