1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 16:47:46 +08:00

Remove redundant default value assignments

This commit is contained in:
Bartłomiej Dach 2024-02-02 13:24:59 +01:00
parent 45f2980dc0
commit fe0433e6ec
No known key found for this signature in database

View File

@ -42,7 +42,7 @@ namespace osu.Game.Tests.Visual.Editing
createSection(); createSection();
TextBox textbox = null!; TextBox textbox;
AddStep("focus first textbox", () => AddStep("focus first textbox", () =>
{ {
@ -81,7 +81,7 @@ namespace osu.Game.Tests.Visual.Editing
createSection(); createSection();
TextBox textbox = null!; TextBox textbox;
AddStep("focus first textbox", () => AddStep("focus first textbox", () =>
{ {