Skip to content

Commit 66c9d45

Browse files
style(pre-commit): autofix
1 parent 49a4879 commit 66c9d45

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

system/leader_election_converter/src/common/converter/log_converter.cpp

+3-4
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#include <string>
16-
#include <memory>
17-
18-
#include "rclcpp/rclcpp.hpp"
1915
#include "log_converter.hpp"
2016

2117
#include "rclcpp/rclcpp.hpp"
2218

19+
#include <memory>
20+
#include <string>
21+
2322
namespace leader_election_converter
2423
{
2524

0 commit comments

Comments
 (0)