mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-29 09:13:46 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -76,10 +76,7 @@ template <typename Cont>
|
||||
class QuerySliceOnRawStrings : public StringSliceBase
|
||||
{
|
||||
public:
|
||||
QuerySliceOnRawStrings(Cont const & tokens, String const & prefix)
|
||||
: m_tokens(tokens), m_prefix(prefix)
|
||||
{
|
||||
}
|
||||
QuerySliceOnRawStrings(Cont const & tokens, String const & prefix) : m_tokens(tokens), m_prefix(prefix) {}
|
||||
|
||||
bool HasPrefixToken() const { return !m_prefix.empty(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user