summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorserkh <[email protected]>2022-02-10 16:51:07 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:51:07 +0300
commit4288debd61f8dba93039708a0ccb5bcfeaff5ea0 (patch)
tree176051d32a3dc169c0e943c79180632000401f85
parent2254205722469aae03d57ed1b9923153faa2765e (diff)
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
-rw-r--r--tools/ya.make2
-rw-r--r--ydb/library/yql/udfs/common/math/math_udf.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/ya.make b/tools/ya.make
index 51a6b8b4263..31e587d156d 100644
--- a/tools/ya.make
+++ b/tools/ya.make
@@ -41,7 +41,7 @@ RECURSE(
fastcksum
filter_nonucs2
fix_elf
- fml_sweeper_api
+ fml_sweeper_api
frq_index_print
geo
geodb_ops
diff --git a/ydb/library/yql/udfs/common/math/math_udf.cpp b/ydb/library/yql/udfs/common/math/math_udf.cpp
index 04aaa29feae..349cfa714d3 100644
--- a/ydb/library/yql/udfs/common/math/math_udf.cpp
+++ b/ydb/library/yql/udfs/common/math/math_udf.cpp
@@ -63,7 +63,7 @@ using namespace NUdf;
namespace {
extern const char epsilon[] = "Epsilon";
using TEpsilon = TNamedArg<double, epsilon>;
-
+
extern const char precision[] = "Precision";
using TPrecision = TNamedArg<int, precision>;