1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-09 18:44:51 +08:00

Code styling fixes

This commit is contained in:
Shivam
2020-06-08 20:04:38 +02:00
Unverified
parent d2ae146c1f
commit 2f15d7fbac
+1 -1
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)