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

Convert ModSearchContainer to block-scoped namespace

This commit is contained in:
Cootz 2023-05-07 15:14:49 +03:00
parent 5aca3a78da
commit 4d235105d1

View File

@ -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
}
}
}
}