Fix style

This commit is contained in:
Dmitry Novik 2023-04-06 21:35:28 +00:00
parent a60c315b3e
commit a1552159e3

View File

@ -42,6 +42,7 @@ namespace DB
namespace ErrorCodes
{
extern const int BAD_ARGUMENTS;
extern const int LOGICAL_ERROR;
extern const int UNION_ALL_RESULT_STRUCTURES_MISMATCH;
extern const int INTERSECT_OR_EXCEPT_RESULT_STRUCTURES_MISMATCH;