Skip to content

Commit

Permalink
chore: apply linter
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Oct 23, 2023
1 parent c8f3a56 commit 92fc727
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ struct ApplyPseudoTrafficSignalDetectorConfidenceSetAction
{
static_assert(0 < Version and Version <= 1);
if (parameters.size() == 2) {
setConventionalTrafficLightConfidence(std::stoi(parameters.at(0)), std::stod(parameters.at(1)));
setConventionalTrafficLightConfidence(
std::stoi(parameters.at(0)), std::stod(parameters.at(1)));
} else {
throw Error(
"An unexpected number of arguments were passed to "
Expand Down

0 comments on commit 92fc727

Please sign in to comment.