mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
Removed spurious newline.
This commit is contained in:
@@ -180,7 +180,7 @@ namespace DiscImageChef.ImagePlugins
|
||||
public Alcohol120()
|
||||
{
|
||||
Name = "Alcohol 120% Media Descriptor Structure";
|
||||
PluginUUID = new Guid("A78FBEBA-0307-4915-BDE3-B8A3B57F843F\n");
|
||||
PluginUUID = new Guid("A78FBEBA-0307-4915-BDE3-B8A3B57F843F");
|
||||
ImageInfo = new ImageInfo();
|
||||
ImageInfo.readableSectorTags = new List<SectorTagType>();
|
||||
ImageInfo.readableMediaTags = new List<MediaTagType>();
|
||||
|
||||
Reference in New Issue
Block a user