Formatting

This commit is contained in:
2025-09-10 04:02:27 -04:00
parent 3457efcbf8
commit 5b5a701c69
+2 -1
View File
@@ -220,7 +220,8 @@ extern "C" int livoxGen1_attachDeviceReq(
if (param.second.find('.') == std::string::npos)
{
throw std::runtime_error(
std::string(__func__) + ": smo-ip parameter is not an IPv4 address");
std::string(__func__) + ": smo-ip parameter is not an "
"IPv4 address");
}
smoIp = param.second;
}