mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Redundant empty argument list on object creation expression.
This commit is contained in:
@@ -61,7 +61,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
Name = "Anex86 Disk Image";
|
||||
PluginUuid = new Guid("0410003E-6E7B-40E6-9328-BA5651ADF6B7");
|
||||
ImageInfo = new ImageInfo()
|
||||
ImageInfo = new ImageInfo
|
||||
{
|
||||
ReadableSectorTags = new List<SectorTagType>(),
|
||||
ReadableMediaTags = new List<MediaTagType>(),
|
||||
|
||||
Reference in New Issue
Block a user