1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 10:47:28 +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", () => AddStep("add dropdown", () =>
{ {
Add( Add(new CollectionFilterDropdown
new CollectionFilterDropdown
{ {
Anchor = Anchor.TopRight, Anchor = Anchor.TopRight,
Origin = Anchor.TopRight, Origin = Anchor.TopRight,
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Width = 0.4f, Width = 0.4f,
} });
);
}); });
AddStep("add two collections with same name", () => manager.Collections.AddRange(new[] AddStep("add two collections with same name", () => manager.Collections.AddRange(new[]
{ {