Whitespace

This commit is contained in:
Antonio Andelic 2024-08-09 14:51:06 +02:00
parent b2172af817
commit b6c3619543
3 changed files with 25 additions and 24 deletions

View File

@ -972,7 +972,8 @@ Coordination::Error KeeperStorage<Container>::commit(std::list<Delta> deltas)
if constexpr (!use_rocksdb)
removeDigest(node_it->value, path);
auto updated_node = container.updateValue(path, [&](auto & node) {
auto updated_node = container.updateValue(path, [&](auto & node)
{
if constexpr (std::same_as<DeltaType, KeeperStorage::UpdateNodeStatDelta>)
node.stats = operation.new_stats;
else