aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/actors/core/servicemap.h
diff options
context:
space:
mode:
authorCthulhu <cthulhu@yandex-team.ru>2022-02-10 16:47:44 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:44 +0300
commitbcb3e9d0eb2a8188a6a9fe0907a8949ce4881a4e (patch)
tree09f7d6526ac5428ea224cd3cf7bd79809d8e6a07 /library/cpp/actors/core/servicemap.h
parent7b82c914c2f468dd50a208ff6a00d38ee7f0018f (diff)
downloadydb-bcb3e9d0eb2a8188a6a9fe0907a8949ce4881a4e.tar.gz
Restoring authorship annotation for Cthulhu <cthulhu@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/actors/core/servicemap.h')
-rw-r--r--library/cpp/actors/core/servicemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/core/servicemap.h b/library/cpp/actors/core/servicemap.h
index d72e50cae5..91620134b4 100644
--- a/library/cpp/actors/core/servicemap.h
+++ b/library/cpp/actors/core/servicemap.h
@@ -107,7 +107,7 @@ namespace NActors {
if (ScanBranch(branch, key, hash / BaseSize, ret))
return ret;
}
-
+
return TValue();
}