cleanup whitespace

This commit is contained in:
greg
2020-08-07 13:14:15 -04:00
parent 17f9048990
commit af5f5c6372
-2
View File
@@ -3450,8 +3450,6 @@ public:
return true;
}
template <class K = key_type, class P = Policy, K* = nullptr>
MappedReference<P> operator[](key_arg<K>&& key) {
return Policy::value(&*try_emplace(std::forward<K>(key)).first);