mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Core] Reformat and cleanup.
This commit is contained in:
@@ -36,13 +36,12 @@ namespace Aaru.Core.Devices.Report;
|
||||
|
||||
public sealed partial class DeviceReport
|
||||
{
|
||||
const string GDROM_MODULE_NAME = "GD-ROM reporter";
|
||||
const string ATA_MODULE_NAME = "ATA Report";
|
||||
const string SCSI_MODULE_NAME = "SCSI Report";
|
||||
readonly Device _dev;
|
||||
|
||||
/// <summary>Initializes a device report for the specified device (must be opened)</summary>
|
||||
/// <param name="device">Device</param>
|
||||
public DeviceReport(Device device) => _dev = device;
|
||||
|
||||
const string GDROM_MODULE_NAME = "GD-ROM reporter";
|
||||
const string ATA_MODULE_NAME = "ATA Report";
|
||||
const string SCSI_MODULE_NAME = "SCSI Report";
|
||||
}
|
||||
Reference in New Issue
Block a user