mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
cql3: Cleanup code formatting
This commit is contained in:
@@ -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 ==
|
||||
|
||||
Reference in New Issue
Block a user