summaryrefslogtreecommitdiffstats
path: root/util/string/benchmark/float_to_string
diff options
context:
space:
mode:
authorVlad Yaroslavlev <[email protected]>2022-02-10 16:46:23 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:46:23 +0300
commit706b83ed7de5a473436620367af31fc0ceecde07 (patch)
tree103305d30dec77e8f6367753367f59b3cd68f9f1 /util/string/benchmark/float_to_string
parent918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (diff)
Restoring authorship annotation for Vlad Yaroslavlev <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/string/benchmark/float_to_string')
-rw-r--r--util/string/benchmark/float_to_string/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/string/benchmark/float_to_string/main.cpp b/util/string/benchmark/float_to_string/main.cpp
index 1c7c0684a31..b52a5e5ab19 100644
--- a/util/string/benchmark/float_to_string/main.cpp
+++ b/util/string/benchmark/float_to_string/main.cpp
@@ -34,7 +34,7 @@ namespace {
template <typename T, size_t N>
struct TExamplesHolder {
- TVector<TExample<T>> Examples;
+ TVector<TExample<T>> Examples;
TExamplesHolder()
: Examples(N)
@@ -49,7 +49,7 @@ namespace {
template <typename T, size_t N>
struct TNearZeroExamplesHolder {
- TVector<TExample<T>> Examples;
+ TVector<TExample<T>> Examples;
TNearZeroExamplesHolder()
: Examples(N)