1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 01:20:21 +08:00

Add spaces to comments

This commit is contained in:
alex
2020-05-04 18:31:11 -07:00
Unverified
parent c987af988c
commit 0e2ccac33b
48 changed files with 92 additions and 92 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ namespace osu.Game.Online.API
if (checkAndScheduleFailure())
return;
if (!WebRequest.Aborted) //could have been aborted by a Cancel() call
if (!WebRequest.Aborted) // could have been aborted by a Cancel() call
{
Logger.Log($@"Performing request {this}", LoggingTarget.Network);
WebRequest.Perform();