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:
parent
45f2980dc0
commit
fe0433e6ec
@ -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", () =>
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user