mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Apply batch fixing of built-in types using var
This commit is contained in:
@ -75,7 +75,7 @@ namespace osu.Game.Tests.Visual.Online
|
||||
|
||||
private bool checkBreadcrumb()
|
||||
{
|
||||
var result = header.TabControlItems.Contains(wikiPageData.Value.Title);
|
||||
bool result = header.TabControlItems.Contains(wikiPageData.Value.Title);
|
||||
|
||||
if (wikiPageData.Value.Subtitle != null)
|
||||
result = header.TabControlItems.Contains(wikiPageData.Value.Subtitle) && result;
|
||||
|
Reference in New Issue
Block a user