mirror of
https://github.com/ppy/osu
synced 2025-01-06 14:20:03 +00:00
Remove redundant default value assignments
This commit is contained in:
parent
45f2980dc0
commit
fe0433e6ec
@ -42,7 +42,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
|
||||
createSection();
|
||||
|
||||
TextBox textbox = null!;
|
||||
TextBox textbox;
|
||||
|
||||
AddStep("focus first textbox", () =>
|
||||
{
|
||||
@ -81,7 +81,7 @@ namespace osu.Game.Tests.Visual.Editing
|
||||
|
||||
createSection();
|
||||
|
||||
TextBox textbox = null!;
|
||||
TextBox textbox;
|
||||
|
||||
AddStep("focus first textbox", () =>
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user