Skip to content

Commit

Permalink
feat: resolve request to change
Browse files Browse the repository at this point in the history
  • Loading branch information
marfanr committed Jun 22, 2024
1 parent c1493fc commit b7edebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/akushon/config/grpc/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <chrono>
#include <csignal>
#include <future>
#include <rclcpp/rclcpp.hpp>
#include <string>

#include "akushon/config/grpc/call_data_get_config.hpp"
Expand All @@ -33,7 +34,6 @@
#include "akushon/config/grpc/call_data_save_config.hpp"
#include "akushon/config/grpc/call_data_subscribe_current_joints.hpp"
#include "akushon/config/utils/config.hpp"
#include "rclcpp/rclcpp.hpp"

using grpc::ServerBuilder;
using namespace std::chrono_literals;
Expand Down

0 comments on commit b7edebc

Please sign in to comment.