Removed spurious newline.

This commit is contained in:
2017-11-26 16:28:31 +00:00
parent afd9e9a6fe
commit 6b1ab52afb

View File

@@ -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>();