We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccac1e commit 5173094Copy full SHA for 5173094
PegasusExportPlugin/frmPegasusExport.cs
@@ -195,7 +195,7 @@ await Task.Run(() =>
195
196
if (!string.IsNullOrWhiteSpace(game.Notes))
197
{
198
- var description = game.Notes.Split(new string[]{ @"\r\n",@"\n" }, StringSplitOptions.None);
+ var description = game.Notes.Split(new string[]{ "\r\n","\n" }, StringSplitOptions.None);
199
gameMetadataBuilder.AppendLine($"description: {description[0]}");
200
201
if (description.Length > 1)
0 commit comments