Skip to content

Commit

Permalink
fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
saikishor committed Jan 23, 2024
1 parent 7621fef commit abbf271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller_interface/test/test_controller_with_options.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#include "test_controller_with_options.hpp"

#include <gtest/gtest.h>
#include <ament_index_cpp/get_package_prefix.hpp>
#include <string>
#include "ament_index_cpp/get_package_prefix.hpp"
#include "rclcpp/rclcpp.hpp"

class FriendControllerWithOptions : public controller_with_options::ControllerWithOptions
Expand Down

0 comments on commit abbf271

Please sign in to comment.