mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
fix formatting
This commit is contained in:
parent
e61ef2d3f2
commit
1a98c34c98
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user