1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Remove redundant initialiser

This commit is contained in:
Bartłomiej Dach 2022-05-29 16:06:01 +02:00
parent 9cc5df9b13
commit 18f75d8c58
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -23,7 +23,7 @@ namespace osu.Game.Tests.Visual.Editing
[Test]
public void TestContextMenu()
{
TimelineHitObjectBlueprint blueprint = null;
TimelineHitObjectBlueprint blueprint;
AddStep("add object", () =>
{