Style fix

This commit is contained in:
Filipp Ozinov 2023-08-14 12:30:29 +04:00 committed by GitHub
parent 0cccb2ac3b
commit 5a180b53ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,7 +43,8 @@ public:
bool supportsTrivialCountOptimization() const override { return false; }
IndexSizeByName getSecondaryIndexSizes() const override {
IndexSizeByName getSecondaryIndexSizes() const override
{
return nested_storage->getSecondaryIndexSizes();
}