chore: remove extraneous tostring

This commit is contained in:
Anna 2024-07-28 16:45:40 -04:00
parent 746ba47f1e
commit 9d1dfa2304
Signed by: anna
GPG Key ID: D0943384CD9F87D1

View File

@ -50,8 +50,7 @@ public class Evaluator {
rank
);
line.AddText(newText.ToString());
line.AddText(newText);
}
return line.Build();