Restart CI

This commit is contained in:
Yarik Briukhovetskyi 2024-01-29 12:54:29 +01:00 committed by GitHub
parent e6352234c3
commit 9f2093df75
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -123,7 +123,7 @@ bool ParserDataType::parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
auto test_pos = pos;
++test_pos;
if (ParserToken(TokenType::ClosingRoundBracket).ignore(test_pos, test_expected))
{ // the end of the type definition was reached, there was a trailing comma
{ // the end of the type definition was reached and there was a trailing comma
++pos;
}
}