clang-format and clang-tidy fixes for dc5b0c6c

This commit is contained in:
github-actions
2021-07-06 20:15:54 +00:00
parent dc5b0c6ca0
commit e96d9b2899

View File

@@ -341,7 +341,7 @@ int main(int argc, char *argv[]) {
std::vector<uint64_t> mainlistData = {
2, 5, 6, 7, 8}; ///< Main list in which sublist is to be searched
std::vector<uint64_t> sublistData = {6, 8}; ///< Sublist to be searched
std::vector<uint64_t> sublistData = {6, 8}; ///< Sublist to be searched
search::sublist_search::Node *mainlistLL =
search::sublist_search::makeLinkedList(mainlistData);