aboutsummaryrefslogtreecommitdiffstats
path: root/util/memory
diff options
context:
space:
mode:
authordaga <daga@yandex-team.ru>2022-02-10 16:50:55 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:55 +0300
commit10e64fb65ffcbbd403bfae88e53b9bd7a46466f2 (patch)
treee70c9de97e6ad363f9e1d2505b7159537ac69a92 /util/memory
parent5869816f52682d8febca3791efc951b018a6fc13 (diff)
downloadydb-10e64fb65ffcbbd403bfae88e53b9bd7a46466f2.tar.gz
Restoring authorship annotation for <daga@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/memory')
-rw-r--r--util/memory/tempbuf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/memory/tempbuf.h b/util/memory/tempbuf.h
index 334670eb1e..8f38840f77 100644
--- a/util/memory/tempbuf.h
+++ b/util/memory/tempbuf.h
@@ -65,7 +65,7 @@ private:
static constexpr size_t TypedSize(const size_t size) noexcept {
return size / sizeof(T);
}
-
+
public:
TTempArray() = default;