Add newlines at the end of the file

This commit is contained in:
Shivam
2020-06-11 15:52:14 +02:00
parent 603054f521
commit 222ac86304
4 changed files with 4 additions and 3 deletions

View File

@ -293,3 +293,4 @@ namespace osu.Game.Tests.NonVisual
} }
} }
} }

View File

@ -153,4 +153,4 @@ namespace osu.Game.Tournament.Tests.NonVisual
} }
private string tournamentBasePath(string testInstance) => Path.Combine(RuntimeInfo.StartupDirectory, "headless", testInstance, "tournaments"); private string tournamentBasePath(string testInstance) => Path.Combine(RuntimeInfo.StartupDirectory, "headless", testInstance, "tournaments");
} }
} }

View File

@ -26,4 +26,4 @@ namespace osu.Game.Tournament.Configuration
{ {
CurrentTournament, CurrentTournament,
} }
} }

View File

@ -16,4 +16,4 @@ namespace osu.Game.Tournament.IO
AddExtension("mp4"); AddExtension("mp4");
} }
} }
} }