Fix style

This commit is contained in:
Alexey Milovidov 2020-06-16 04:13:45 +03:00
parent e44e1ad0d4
commit 6da1a0f153

View File

@ -28,6 +28,7 @@ namespace ErrorCodes
extern const int TIMEOUT_EXCEEDED; extern const int TIMEOUT_EXCEEDED;
extern const int NO_ACTIVE_REPLICAS; extern const int NO_ACTIVE_REPLICAS;
extern const int DUPLICATE_DATA_PART; extern const int DUPLICATE_DATA_PART;
extern const int LOGICAL_ERROR;
} }