1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 21:52:55 +08:00

Remove unused local variable

This commit is contained in:
Dean Herbert 2024-06-26 16:22:25 +09:00
parent 006184ed2f
commit ac235cb506
No known key found for this signature in database

View File

@ -66,9 +66,9 @@ namespace osu.Game.Tests.Visual.DailyChallenge
public void TestIntegration()
{
GridContainer grid = null!;
DailyChallengeCarousel carousel = null!;
DailyChallengeEventFeed feed = null!;
DailyChallengeScoreBreakdown breakdown = null!;
AddStep("create content", () => Children = new Drawable[]
{
new Box
@ -90,7 +90,7 @@ namespace osu.Game.Tests.Visual.DailyChallenge
{
new Drawable[]
{
carousel = new DailyChallengeCarousel
new DailyChallengeCarousel
{
RelativeSizeAxes = Axes.Both,
Anchor = Anchor.Centre,