chore(frontends/lean/scanner): another CLion fix

This commit is contained in:
Sebastian Ullrich 2017-01-11 18:34:02 +01:00 committed by Leonardo de Moura
parent c1ecaf4edd
commit 222952d5b8

View file

@ -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();