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:
parent
2a388ba3ea
commit
8e96af8ff0
@ -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[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user