senseApiMgr: Fix formatting

This commit is contained in:
2025-01-08 17:58:08 -04:00
parent bbbd6c36cd
commit 62db724246
+1 -1
View File
@@ -86,8 +86,8 @@ SenseApiLib& SenseApiManager::loadSenseApiLib(const std::string& libraryPath)
HK_GET_SENSE_API_DESC_FN_NAME_STR "') failed for library '"
+ lib->libraryPath + "'");
}
lib->getSenseApiDescriptor = func;
lib->getSenseApiDescriptor = func;
senseApiLibs.push_back(std::move(lib));
return *senseApiLibs.back();
}