mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix clang-tidy
This commit is contained in:
parent
e3c6e62dbb
commit
9586595849
@ -119,7 +119,7 @@ template<> \
|
||||
struct AddTime<IntervalKind::Kind::INTERVAL_KIND> \
|
||||
{ \
|
||||
static inline NO_SANITIZE_UNDEFINED UInt32 execute(UInt32 t, Int64 delta, const DateLUTImpl &) \
|
||||
{ return static_cast<UInt32>(t + delta * INTERVAL); } \
|
||||
{ return static_cast<UInt32>(t + delta * (INTERVAL)); } \
|
||||
};
|
||||
ADD_TIME(Day, 86400)
|
||||
ADD_TIME(Hour, 3600)
|
||||
|
Loading…
Reference in New Issue
Block a user