Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBearing committed Feb 4, 2024
1 parent a07670a commit 14c2500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatgpt_ros_cpp_node/src/chatgpt_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
namespace chatgpt_ros_cpp_node
{

ChatGptServer::ChatGptServer(const rclcpp::NodeOptions& options)
ChatGptServer::ChatGptServer(const rclcpp::NodeOptions & options)
: Node("chat_gpt_server", options)
{
this->declare_parameter("api_key", "");
Expand Down

0 comments on commit 14c2500

Please sign in to comment.