From 0d5ed9439812c3cc6fd769e8794ef9d34c3ecfad Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Tue, 24 Mar 2020 03:05:05 +0300 Subject: [PATCH] Fixed style --- dbms/src/Functions/array/arrayAUC.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dbms/src/Functions/array/arrayAUC.cpp b/dbms/src/Functions/array/arrayAUC.cpp index 6021a7af119..80c9cd6c5b5 100644 --- a/dbms/src/Functions/array/arrayAUC.cpp +++ b/dbms/src/Functions/array/arrayAUC.cpp @@ -10,8 +10,7 @@ namespace DB namespace ErrorCodes { - extern const int LOGICAL_ERROR; - extern const int BAD_ARGUMENTS; + extern const int ILLEGAL_TYPE_OF_ARGUMENT; }