mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Removed blank. [#METR-15652]
This commit is contained in:
parent
ac6a365ea1
commit
51711df1c0
@ -136,7 +136,7 @@ private:
|
||||
public:
|
||||
bool expired(const Timestamp & last_timestamp, const Delay & expiration_delay) const
|
||||
{
|
||||
return (expiration_delay == Delay::zero()) ||
|
||||
return (expiration_delay == Delay::zero()) ||
|
||||
((last_timestamp > timestamp) && ((last_timestamp - timestamp) > expiration_delay));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user