mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 11:42:54 +08:00
Code styling fixes
This commit is contained in:
parent
d2ae146c1f
commit
2f15d7fbac
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user