mirror of https://github.com/ppy/osu
Remove redundant array type specification
This commit is contained in:
parent
49563f4e5b
commit
1bcf835d22
|
@ -22,7 +22,7 @@ public class CheckSongFormat : ICheck
|
||||||
new IssueTemplateIncorrectFormat(this),
|
new IssueTemplateIncorrectFormat(this),
|
||||||
};
|
};
|
||||||
|
|
||||||
private IEnumerable<ChannelType> allowedFormats => new ChannelType[]
|
private IEnumerable<ChannelType> allowedFormats => new[]
|
||||||
{
|
{
|
||||||
ChannelType.MP3,
|
ChannelType.MP3,
|
||||||
ChannelType.OGG,
|
ChannelType.OGG,
|
||||||
|
|
Loading…
Reference in New Issue