mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 23:53:51 +09:00
Apply batch fixing of built-in types using var
This commit is contained in:
@ -22,7 +22,7 @@ namespace osu.Game.Overlays.Wiki.Markdown
|
||||
AutoSizeAxes = Axes.Y;
|
||||
Direction = FillDirection.Vertical;
|
||||
|
||||
foreach (var line in yamlFrontMatterBlock.Lines)
|
||||
foreach (object line in yamlFrontMatterBlock.Lines)
|
||||
{
|
||||
switch (line.ToString())
|
||||
{
|
||||
|
Reference in New Issue
Block a user