fix formatting of failed missions

This commit is contained in:
2022-02-18 13:41:17 +01:00
parent 9795b22e02
commit 87377c086b
2 changed files with 2 additions and 4 deletions

View File

@@ -21,9 +21,7 @@ namespace EliteBGS.BGS.LogGenerator {
);
}
builder.Append("\n");
return builder.ToString();
return builder.ToString().Trim();
}
}
}