mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.CommonTypes] Reformat and cleanup.
This commit is contained in:
@@ -49,8 +49,10 @@ public class ATA
|
||||
public Dump Identify { get; set; }
|
||||
|
||||
[Obsolete("Will be removed in Aaru 7")]
|
||||
public static implicit operator ATA(ATAType cicm) => cicm is null ? null : new ATA
|
||||
{
|
||||
Identify = cicm.Identify
|
||||
};
|
||||
}
|
||||
public static implicit operator ATA(ATAType cicm) => cicm is null
|
||||
? null
|
||||
: new ATA
|
||||
{
|
||||
Identify = cicm.Identify
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user