Fix style

This commit is contained in:
Alexey Milovidov 2021-05-04 02:46:11 +03:00
parent aa9a367d45
commit 43bd37b6cc
3 changed files with 1 additions and 2 deletions

View File

@ -46,7 +46,6 @@ public:
};
namespace std
{
template <typename T, typename Tag>

View File

@ -8,7 +8,6 @@
#include <DataTypes/DataTypeFixedString.h>
namespace DB
{

View File

@ -33,6 +33,7 @@ namespace ErrorCodes
extern const int PARAMETER_OUT_OF_BOUND;
extern const int SIZES_OF_COLUMNS_DOESNT_MATCH;
extern const int LOGICAL_ERROR;
extern const int NOT_IMPLEMENTED;
}
template <typename T>