jrushford commented on a change in pull request #8689:
URL: https://github.com/apache/trafficserver/pull/8689#discussion_r827410234



##########
File path: src/traffic_server/HostStatus.cc
##########
@@ -44,8 +44,8 @@ struct HostCmdInfo {
 
 } // namespace
 
-ts::Rv<YAML::Node> server_get_status(std::string_view const &id, YAML::Node 
const &params);
-ts::Rv<YAML::Node> server_set_status(std::string_view const &id, YAML::Node 
const &params);
+ts::Rv<YAML::Node> server_get_status(std::string_view const id, YAML::Node 
const &params);
+ts::Rv<YAML::Node> server_set_status(std::string_view const id, YAML::Node 
const &params);

Review comment:
       @ywkaras I'll change it.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to