Commit 5cf07023 authored by starlord's avatar starlord
Browse files

format code


Former-commit-id: 8c00b569053761c630bbffdb461aae418506207f
parent 8eaed609
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -76,11 +76,8 @@ load_simple_config() {
    }

    if (not find_build_gpu_id) {
        ResMgrInst::GetInstance()->Add(ResourceFactory::Create(std::to_string(build_gpu_id),
                                                               "GPU",
                                                               build_gpu_id,
                                                               true,
                                                               true));
        ResMgrInst::GetInstance()->Add(
            ResourceFactory::Create(std::to_string(build_gpu_id), "GPU", build_gpu_id, true, true));
        ResMgrInst::GetInstance()->Connect("cpu", std::to_string(build_gpu_id), pcie);
    }
}