diff --git a/Microsoft.Research/Analyzers/Witness.cs b/Microsoft.Research/Analyzers/Witness.cs index e7bde7aa..80073791 100644 --- a/Microsoft.Research/Analyzers/Witness.cs +++ b/Microsoft.Research/Analyzers/Witness.cs @@ -252,7 +252,7 @@ private void EnsureScoreAndJustificationAreComputed(WarningScoresManager scoresM this.score = pair.Item1; this.justification_expanded = pair.Item2; - this.justification = String.Join(" ", this.justification_expanded.ToString()); + this.justification = String.Join(" ", this.justification_expanded); } public string GetWarningLevel(double score, WarningScoresManager scoresManager)