mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Fixed style check
This commit is contained in:
parent
0783882fcf
commit
ee898d6d47
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user