aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp
diff options
context:
space:
mode:
authortheigel <theigel@yandex-team.ru>2022-02-10 16:50:31 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:31 +0300
commitadb6b662413046d148a89e5d60ea5d0e3ea03b1f (patch)
treec91f5a91b1c09972ce0cc056554d241db59e8f92 /library/cpp
parent7ce8f58ec34c5182c7587acec452690c90e87362 (diff)
downloadydb-adb6b662413046d148a89e5d60ea5d0e3ea03b1f.tar.gz
Restoring authorship annotation for <theigel@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r--library/cpp/messagebus/www/messagebus.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/messagebus/www/messagebus.js b/library/cpp/messagebus/www/messagebus.js
index e30508b879..c832352a08 100644
--- a/library/cpp/messagebus/www/messagebus.js
+++ b/library/cpp/messagebus/www/messagebus.js
@@ -3,7 +3,7 @@ function logTransform(v) {
}
function plotHist(where, hist) {
- var max = hist.map(function(x) {return x[1]}).reduce(function(x, y) {return Math.max(x, y)});
+ var max = hist.map(function(x) {return x[1]}).reduce(function(x, y) {return Math.max(x, y)});
var ticks = [];
for (var t = 1; ; t *= 10) {