Trim whitespace.

This commit is contained in:
Dan Balasescu 2017-04-15 01:31:42 +09:00 committed by GitHub
parent 3de3b94978
commit 31ce66bfdc

View File

@ -63,7 +63,7 @@ namespace osu.Game.Modes.UI
Origin = Anchor.BottomLeft, Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
}; };
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OsuColour colours)
{ {