chore(frontends/lean/scanner): another CLion fix
This commit is contained in:
parent
c1ecaf4edd
commit
222952d5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -161,7 +161,7 @@ char scanner::read_quoted_char(char const * error_msg) {
|
|||
}
|
||||
}
|
||||
|
||||
auto scanner::read_string() -> token_kind {
|
||||
scanner::token_kind scanner::read_string() {
|
||||
lean_assert(curr() == '\"');
|
||||
next();
|
||||
m_buffer.clear();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue