fix formatting

This commit is contained in:
bharatnc 2022-01-08 15:38:02 -08:00
parent e61ef2d3f2
commit 1a98c34c98
2 changed files with 2 additions and 4 deletions

View File

@ -19,7 +19,6 @@ namespace DB
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int ARGUMENT_OUT_OF_BOUND;
}
namespace
@ -64,7 +63,7 @@ public:
Float64 res = cellAreaM2(resolution);
dst_data[row] = res;
dst_data[row] = res;
}
return dst;

View File

@ -19,7 +19,6 @@ namespace DB
namespace ErrorCodes
{
extern const int ILLEGAL_TYPE_OF_ARGUMENT;
extern const int ARGUMENT_OUT_OF_BOUND;
}
namespace
@ -64,7 +63,7 @@ public:
Float64 res = cellAreaRads2(resolution);
dst_data[row] = res;
dst_data[row] = res;
}
return dst;