diff --git a/include/shad/data_structures/hashmap.h b/include/shad/data_structures/hashmap.h index aa24126b..b1cd6243 100644 --- a/include/shad/data_structures/hashmap.h +++ b/include/shad/data_structures/hashmap.h @@ -228,8 +228,9 @@ class Hashmap : public AbstractDataStructure< rt::executeOnAll(clearLambda, oid_); } - using LookupResult = - typename LocalHashmap::LookupResult; + using LookupResult = typename LocalHashmap::LookupResult; /// @brief Get the value associated to a key. /// @param[in] key the key.