From bd2892c8fb39593ad74aa8c320ee057cf7f8a47f Mon Sep 17 00:00:00 2001 From: Tomasz Grabiec Date: Thu, 12 Feb 2015 16:49:09 +0100 Subject: [PATCH] cql3: Cleanup code formatting --- cql3/relation.hh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cql3/relation.hh b/cql3/relation.hh index 83a66c35cf..a9c8216ddb 100644 --- a/cql3/relation.hh +++ b/cql3/relation.hh @@ -106,8 +106,7 @@ public: * @return true if the operator of this relation is a Slice, false otherwise. */ virtual bool is_slice() final { - return _relation_type == operator_type:: - GT + return _relation_type == operator_type::GT || _relation_type == operator_type::GTE || _relation_type == operator_type::LTE || _relation_type ==