cql3: Cleanup code formatting

This commit is contained in:
Tomasz Grabiec
2015-02-12 16:49:09 +01:00
parent 3b2c32a9fd
commit bd2892c8fb

View File

@@ -106,8 +106,7 @@ public:
* @return <code>true</code> if the operator of this relation is a <code>Slice</code>, <code>false</code> 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 ==