mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed reduntant commas.
This commit is contained in:
@@ -97,7 +97,7 @@ namespace DiscImageChef.Partitions
|
||||
public enum SunFlags : ushort
|
||||
{
|
||||
NoMount = 0x0001,
|
||||
ReadOnly = 0x0010,
|
||||
ReadOnly = 0x0010
|
||||
}
|
||||
|
||||
public SunDisklabel()
|
||||
|
||||
Reference in New Issue
Block a user