代码格式化

This commit is contained in:
Waken 2024-01-18 10:20:30 +08:00
parent 62bf329563
commit 6096d80479
1 changed files with 7 additions and 7 deletions

View File

@ -1219,7 +1219,7 @@ void installWebApi() {
// 兼容老版本请求新版本去除enable_tcp参数并新增tcp_mode参数
tcp_mode = 1;
}
std::string local_ip = "::";
auto local_ip = "::";
if (!allArgs["local_ip"].empty()) {
local_ip = allArgs["local_ip"];
}