fix wrong end of line in report
This commit is contained in:
parent
acfffe298b
commit
f45f860735
@ -119,7 +119,7 @@ namespace NonaBGS.BGS {
|
||||
output.Append(")\n\n");
|
||||
}
|
||||
|
||||
output.AppendFormat("Total Influence: {0}\n", total_influence);
|
||||
output.AppendFormat("Total Influence: {0}\n\n", total_influence);
|
||||
|
||||
return output.ToString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user