mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix code quality issues
This commit is contained in:
@ -95,7 +95,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
sender.Text = string.Empty;
|
||||
};
|
||||
|
||||
bar.OnSearchTermsChanged += (text) =>
|
||||
bar.OnSearchTermsChanged += text =>
|
||||
{
|
||||
searchText.Text = $"OnSearchTermsChanged: {text}";
|
||||
};
|
||||
|
Reference in New Issue
Block a user