Remove * and @ lines

This commit is contained in:
2024-11-20 17:15:53 -07:00
parent 06df472583
commit 0d6b77f0ee
4 changed files with 44 additions and 24 deletions

View File

@ -3,7 +3,7 @@ namespace Adaptation.FileHandlers.pcl;
internal class Constant
{
public int Take { get; } = 12;
public int Take { get; } = 11;
public string Site { get; } = "Site: ";
public string Multiple { get; } = "MULTIPLE";
public string SummaryLine { get; } = "SUMMARY A A";