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:
@@ -177,7 +177,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
Name = "SuperCardPro";
|
||||
PluginUuid = new Guid("C5D3182E-1D45-4767-A205-E6E5C83444DC");
|
||||
ImageInfo = new ImageInfo()
|
||||
ImageInfo = new ImageInfo
|
||||
{
|
||||
ReadableSectorTags = new List<SectorTagType>(),
|
||||
ReadableMediaTags = new List<MediaTagType>(),
|
||||
|
||||
Reference in New Issue
Block a user