diff --git a/src/device_holder.cpp b/src/device_holder.cpp index 1aff2ea..a2d89f1 100644 --- a/src/device_holder.cpp +++ b/src/device_holder.cpp @@ -43,8 +43,7 @@ namespace zsy if (config.type == 0) { vidicons.emplace(config.sn, std::make_shared(config)); - } - else + } else { vidicons.emplace(config.sn, std::make_shared(config)); }