mirror of
https://github.com/ppy/osu
synced 2024-12-14 10:57:41 +00:00
Convert ModSearchContainer
to block-scoped namespace
This commit is contained in:
parent
5aca3a78da
commit
4d235105d1
@ -3,8 +3,8 @@
|
||||
|
||||
using osu.Framework.Graphics.Containers;
|
||||
|
||||
namespace osu.Game.Overlays.Mods;
|
||||
|
||||
namespace osu.Game.Overlays.Mods
|
||||
{
|
||||
public partial class ModSearchContainer : SearchContainer
|
||||
{
|
||||
/// <summary>
|
||||
@ -23,3 +23,4 @@ public partial class ModSearchContainer : SearchContainer
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user