Remove redundant array type specification

This commit is contained in:
Bartłomiej Dach 2024-04-22 10:25:46 +02:00
parent 49563f4e5b
commit 1bcf835d22
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ public class CheckSongFormat : ICheck
new IssueTemplateIncorrectFormat(this),
};
private IEnumerable<ChannelType> allowedFormats => new ChannelType[]
private IEnumerable<ChannelType> allowedFormats => new[]
{
ChannelType.MP3,
ChannelType.OGG,