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:
@@ -75,7 +75,7 @@ namespace DiscImageChef.Core.Devices.Dumping
|
||||
double duration;
|
||||
|
||||
CICMMetadataType sidecar =
|
||||
new CICMMetadataType() {BlockMedia = new BlockMediaType[] {new BlockMediaType()}};
|
||||
new CICMMetadataType {BlockMedia = new BlockMediaType[] {new BlockMediaType()}};
|
||||
|
||||
uint blocksToRead = 128;
|
||||
uint blockSize = 512;
|
||||
|
||||
Reference in New Issue
Block a user