mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Apply batch fixing of built-in types using var
This commit is contained in:
@ -40,7 +40,7 @@ namespace osu.Game.Tests.Beatmaps.Formats
|
||||
|
||||
protected override bool ShouldSkipLine(string line)
|
||||
{
|
||||
var result = base.ShouldSkipLine(line);
|
||||
bool result = base.ShouldSkipLine(line);
|
||||
|
||||
if (!result)
|
||||
ParsedLines.Add(line);
|
||||
|
Reference in New Issue
Block a user