1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 22:22:54 +08:00

Fix CI issues

This commit is contained in:
Lucas A 2020-01-04 21:09:40 +01:00
parent 5fd5665467
commit 3d747835dc

View File

@ -1,4 +1,7 @@
using osu.Framework.Allocation;
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Sprites;
using osu.Framework.Input.Events;
@ -39,6 +42,5 @@ namespace osu.Game.Online.Placeholders
login?.Show();
return base.OnClick(e);
}
}
}