Skip to content

Commit 9434446

Browse files
style(pre-commit): autofix
1 parent ff5de43 commit 9434446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perception/multi_object_tracker/src/tracker/model/tracker_base.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void Tracker::updateClassification(
8383
// If the label is not found, add it to the classification list
8484
if (!found) {
8585
auto adding_class = new_class;
86-
adding_class.probability *= gain;
86+
adding_class.probability *= gain;
8787
classification_.push_back(adding_class);
8888
}
8989
}

0 commit comments

Comments
 (0)