From 5351d0b69adf543241e0ceec0939b2f956115211 Mon Sep 17 00:00:00 2001 From: torrizo Date: Thu, 7 Nov 2024 12:06:08 +0000 Subject: [PATCH] =?UTF-8?q?DP=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: torrizo --- old/radar/src/dp_radar_helper.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/old/radar/src/dp_radar_helper.cpp b/old/radar/src/dp_radar_helper.cpp index 7f137218..a7b83512 100644 --- a/old/radar/src/dp_radar_helper.cpp +++ b/old/radar/src/dp_radar_helper.cpp @@ -424,8 +424,7 @@ bool DpRadarHelper::ReportSyncDataCb(struct RadarInfo info) std::string DpRadarHelper::GetHostNameByServiceId(std::string serviceId) { - if (hostNameMap_.find(serviceId) != hostNameMap_.end()) - { + if (hostNameMap_.find(serviceId) != hostNameMap_.end()) { return hostNameMap_[serviceId]; } return "";