style: format

This commit is contained in:
uye
2025-08-12 22:23:15 +08:00
parent cf8257b685
commit c5cb5e744e

View File

@@ -214,7 +214,8 @@ int asst::AdbController::get_mumu_index(const std::string& address)
int mumu_index = 0;
if (port >= 16384) {
mumu_index = (port - 16384) / 32;
} else if (port >= 5555) {
}
else if (port >= 5555) {
mumu_index = (port - 5555) / 2;
}
LogInfo << VAR(port_str) << VAR(port) << VAR(mumu_index);