1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 15:22:55 +08:00

Code styling fixes

This commit is contained in:
Shivam 2020-06-08 20:04:38 +02:00
parent d2ae146c1f
commit 2f15d7fbac

View File

@ -2,7 +2,6 @@
// See the LICENCE file in the repository root for full licence text.
using System;
using System.Linq;
using System.Threading;
using osu.Framework.IO.Stores;
using osu.Framework.Logging;
@ -114,6 +113,7 @@ namespace osu.Game.Tournament
}
}
}
internal class TournamentVideoStorage : NamespacedResourceStore<byte[]>
{
public TournamentVideoStorage(Storage storage)