mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Format
This commit is contained in:
@ -36,8 +36,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
Type _type {};
|
||||
std::string _lexeme {};
|
||||
Type _type { };
|
||||
std::string _lexeme { };
|
||||
};
|
||||
|
||||
class QueryLexer
|
||||
|
||||
Reference in New Issue
Block a user