mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 20:32:55 +08:00
Apply codefactor fixes
This commit is contained in:
parent
5c8cbd43c8
commit
5b81de7663
@ -80,7 +80,6 @@ namespace osu.Game.Tournament.Components
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load()
|
private void load()
|
||||||
{
|
{
|
||||||
@ -247,4 +246,3 @@ namespace osu.Game.Tournament.Components
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -127,7 +127,6 @@ namespace osu.Game.Tournament.Screens.Drawings.Components
|
|||||||
Width = 36;
|
Width = 36;
|
||||||
AutoSizeAxes = Axes.Y;
|
AutoSizeAxes = Axes.Y;
|
||||||
|
|
||||||
|
|
||||||
Flag.Anchor = Anchor.TopCentre;
|
Flag.Anchor = Anchor.TopCentre;
|
||||||
Flag.Origin = Anchor.TopCentre;
|
Flag.Origin = Anchor.TopCentre;
|
||||||
|
|
||||||
|
@ -87,7 +87,6 @@ namespace osu.Game.Tournament.Screens.Gameplay.Components
|
|||||||
teamChanged(currentTeam.Value);
|
teamChanged(currentTeam.Value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
protected override bool OnMouseDown(MouseDownEvent e)
|
protected override bool OnMouseDown(MouseDownEvent e)
|
||||||
{
|
{
|
||||||
switch (e.Button)
|
switch (e.Button)
|
||||||
|
@ -30,7 +30,6 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
|||||||
[Resolved(CanBeNull = true)]
|
[Resolved(CanBeNull = true)]
|
||||||
private LadderInfo ladderInfo { get; set; }
|
private LadderInfo ladderInfo { get; set; }
|
||||||
|
|
||||||
|
|
||||||
public DrawableMatchPairing(MatchPairing pairing, bool editor = false)
|
public DrawableMatchPairing(MatchPairing pairing, bool editor = false)
|
||||||
{
|
{
|
||||||
Pairing = pairing;
|
Pairing = pairing;
|
||||||
|
Loading…
Reference in New Issue
Block a user