remove trailing spaces

This commit is contained in:
gabrielmcg44 2024-06-28 11:05:48 -03:00
parent 9821c042f1
commit 6a0d912b1c

View File

@ -121,7 +121,7 @@ private:
prev_tp = curr_tp;
prev_score = sorted_labels[i].score;
}
if (sorted_labels[i].label)
curr_tp += 1; /// The curve moves one step up.
else