Fixed style check

This commit is contained in:
Maksim Kita 2021-03-14 15:51:55 +03:00
parent 0783882fcf
commit ee898d6d47

View File

@ -33,8 +33,6 @@ struct CacheDictionaryStorageConfiguration
const DictionaryLifetime lifetime;
};
/// TODO: Add documentation
template <DictionaryKeyType dictionary_key_type>
class CacheDictionaryStorage final : public ICacheDictionaryStorage
@ -168,7 +166,6 @@ private:
const bool is_default;
};
template <typename KeysStorageFetchResult>
KeysStorageFetchResult fetchColumnsForKeysImpl(
const PaddedPODArray<KeyType> & keys,