Fix style

This commit is contained in:
alesapin 2020-11-02 15:52:50 +03:00
parent 360548180c
commit b689d976f8

View File

@ -26,7 +26,6 @@ namespace ErrorCodes
extern const int NOT_IMPLEMENTED;
extern const int LOGICAL_ERROR;
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int LOGICAL_ERROR;
}
template <typename T, typename SFINAE = void>