Trim whitespace.

This commit is contained in:
Dan Balasescu 2017-04-15 01:31:42 +09:00 committed by GitHub
parent 3de3b94978
commit 31ce66bfdc
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class StandardHudOverlay : HudOverlay
Origin = Anchor.BottomLeft, Origin = Anchor.BottomLeft,
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
}; };
[BackgroundDependencyLoader] [BackgroundDependencyLoader]
private void load(OsuColour colours) private void load(OsuColour colours)
{ {