1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

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");
}
}
}

View File

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

View File

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