Skip to content

Commit

Permalink
style(pre-commit): autofix
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Apr 8, 2024
1 parent a86c786 commit b9e3d11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ class FaultInjectionDiagUpdater : public diagnostic_updater::DiagnosticTaskVecto
explicit FaultInjectionDiagUpdater(NodeT node, double period = 1.0)
: FaultInjectionDiagUpdater(
node->get_node_base_interface(), node->get_node_clock_interface(),
node->get_node_logging_interface(),
node->get_node_timers_interface(), node->get_node_topics_interface(), period)
node->get_node_logging_interface(), node->get_node_timers_interface(),
node->get_node_topics_interface(), period)
{
}

Expand Down

0 comments on commit b9e3d11

Please sign in to comment.