Address formatting issues

This commit is contained in:
Shivam
2020-06-24 00:37:29 +02:00
parent 9d2392b6b1
commit c32ef5e718
4 changed files with 16 additions and 28 deletions

View File

@ -40,7 +40,7 @@ namespace osu.Game.Tournament.IO
Logger.Log("Using tournament storage: " + GetFullPath(string.Empty));
}
override public void Migrate(string newLocation)
public override void Migrate(string newLocation)
{
var source = new DirectoryInfo(storage.GetFullPath("tournament"));
var destination = new DirectoryInfo(newLocation);