aboutsummaryrefslogtreecommitdiffstats
path: root/util/charset/unicode_table.h
diff options
context:
space:
mode:
authormihaild <mihaild@yandex-team.ru>2022-02-10 16:46:59 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:59 +0300
commit55fa8c7df8dba9a6fda8a807e529a9d04bd88580 (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /util/charset/unicode_table.h
parent246417ad6168d3f7ab4a0cf1c79ba4259f7c45ae (diff)
downloadydb-55fa8c7df8dba9a6fda8a807e529a9d04bd88580.tar.gz
Restoring authorship annotation for <mihaild@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/charset/unicode_table.h')
-rw-r--r--util/charset/unicode_table.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/util/charset/unicode_table.h b/util/charset/unicode_table.h
index 80f88a0ba5..9e171b2583 100644
--- a/util/charset/unicode_table.h
+++ b/util/charset/unicode_table.h
@@ -88,10 +88,10 @@ namespace NUnicodeTable {
return TImpl::Get(val);
}
- inline TValueRef Get(size_t key) const {
- return GetImpl(key);
- }
-
+ inline TValueRef Get(size_t key) const {
+ return GetImpl(key);
+ }
+
public:
TTable(TData data, size_t size)
: Data(data)