From 5b5a701c691da90286f2c76d590e1a18a3f47397 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Wed, 10 Sep 2025 04:02:27 -0400 Subject: [PATCH] Formatting --- senseApis/livoxGen1/livoxGen1.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/senseApis/livoxGen1/livoxGen1.cpp b/senseApis/livoxGen1/livoxGen1.cpp index 03d9b15..3dd877f 100644 --- a/senseApis/livoxGen1/livoxGen1.cpp +++ b/senseApis/livoxGen1/livoxGen1.cpp @@ -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; }