Merge pull request #18065 from huoyaoyuan/code-style

Enforce code style analysis shipped with .NET SDK
This commit is contained in:
Dean Herbert
2022-05-07 14:58:19 +09:00
committed by GitHub
42 changed files with 243 additions and 111 deletions

View File

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