Skip to content

Commit

Permalink
Merge pull request #276 from fmauger/fix-pedantic
Browse files Browse the repository at this point in the history
Fix spurious semicolon
  • Loading branch information
fmauger authored Mar 19, 2024
2 parents 5498c97 + 7b453ee commit fdffb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/falaise/snemo/processing/base_tracking_driver.cc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace snemo {
if (is_initialized()) {
DT_THROW(std::logic_error, "Tracking driver must be terminated before destruction");
}
};
}

datatools::logger::priority base_tracking_driver::get_verbosity() const
{
Expand Down

0 comments on commit fdffb0f

Please sign in to comment.