mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code cleanup.
This commit is contained in:
@@ -72,7 +72,9 @@ namespace Aaru.DiscImages
|
||||
|
||||
imageInfo = new ImageInfo
|
||||
{
|
||||
MediaType = mediaType, SectorSize = sectorSize, Sectors = sectors
|
||||
MediaType = mediaType,
|
||||
SectorSize = sectorSize,
|
||||
Sectors = sectors
|
||||
};
|
||||
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user