mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 03:01:17 +08:00
Remove redundant array type specification
This commit is contained in:
@@ -22,7 +22,7 @@ namespace osu.Game.Rulesets.Edit.Checks
|
||||
new IssueTemplateIncorrectFormat(this),
|
||||
};
|
||||
|
||||
private IEnumerable<ChannelType> allowedFormats => new ChannelType[]
|
||||
private IEnumerable<ChannelType> allowedFormats => new[]
|
||||
{
|
||||
ChannelType.MP3,
|
||||
ChannelType.OGG,
|
||||
|
||||
Reference in New Issue
Block a user