mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 02:42:54 +08:00
Add suggested blank line for consistency
This commit is contained in:
parent
97a0e0097f
commit
f24ac04beb
@ -106,6 +106,7 @@ namespace osu.Game.Tests.Visual.Online
|
|||||||
Country = new Country { FullName = @"Japan", FlagName = @"JP" },
|
Country = new Country { FullName = @"Japan", FlagName = @"JP" },
|
||||||
CoverUrl = @"https://osu.ppy.sh/images/headers/profile-covers/c6.jpg"
|
CoverUrl = @"https://osu.ppy.sh/images/headers/profile-covers/c6.jpg"
|
||||||
}, api.IsLoggedIn));
|
}, api.IsLoggedIn));
|
||||||
|
|
||||||
AddStep("Show bancho", () => profile.ShowUser(new User
|
AddStep("Show bancho", () => profile.ShowUser(new User
|
||||||
{
|
{
|
||||||
Username = @"BanchoBot",
|
Username = @"BanchoBot",
|
||||||
|
Loading…
Reference in New Issue
Block a user