added missing close paranthesis for addtogroup

This commit is contained in:
Krishna Vedala 2020-07-29 19:35:29 -04:00
parent a8b2825403
commit b3cd53b26c
No known key found for this signature in database
GPG Key ID: BA19ACF8FC8792F7

View File

@ -210,6 +210,9 @@ void removalInfo(int key) {
display();
}
} // namespace linear_probing
/**
* @}
*/
using linear_probing::Entry;
using linear_probing::table;