Cleanup: clang format

This commit is contained in:
Jacques Lucke 2021-03-17 12:18:29 +01:00
parent 3157c3680b
commit 1185708911
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* and their order is maintained.
*
* This data structure is different from a `std::multi_map`, because multi_map can store the same
* key more than once and MultiValueMap can't.
* key more than once and MultiValueMap can't.
*
* Currently, this class exists mainly for convenience. There are no performance benefits over
* using Map<Key, Vector<Value>>. In the future, a better implementation for this data structure