Fix style check

This commit is contained in:
kssenii 2024-11-20 18:59:47 +01:00
parent fd5023e2a6
commit 4abbf29a86
2 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ namespace DB::ErrorCodes
{
extern const int ICEBERG_CATALOG_ERROR;
extern const int LOGICAL_ERROR;
extern const int BAD_ARGUMENTS;
}
namespace CurrentMetrics

View File

@ -48,7 +48,7 @@ public:
private:
struct Config
{
/// Prefix is a path of the catalog enpoint,
/// Prefix is a path of the catalog endpoint,
/// e.g. /v1/{prefix}/namespaces/{namespace}/tables/{table}
std::filesystem::path prefix;
/// Base location is location of data in storage