1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 09:07:25 +08:00

Update indentation to be clearer

This commit is contained in:
Huo Yaoyuan 2022-05-04 13:43:59 +08:00
parent 2a388ba3ea
commit 8e96af8ff0

View File

@ -141,15 +141,13 @@ namespace osu.Game.Tests.Visual.Collections
{
AddStep("add dropdown", () =>
{
Add(
new CollectionFilterDropdown
Add(new CollectionFilterDropdown
{
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
RelativeSizeAxes = Axes.X,
Width = 0.4f,
}
);
});
});
AddStep("add two collections with same name", () => manager.Collections.AddRange(new[]
{