Fix style check, pt. II

This commit is contained in:
Robert Schulze 2024-05-21 20:50:54 +00:00
parent c026a5b7e9
commit 336e791ea8
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -23,6 +23,11 @@
namespace DB
{
namespace ErrorCodes
{
extern const int LOGICAL_ERROR;
}
namespace
{