LibCpp: Fix copy paste typo in Parser::match_secondary_expression
This was caught by SonarCloud.
This commit is contained in:
parent
61e4c09514
commit
a225b26d88
Notes:
sideshowbarker
2024-07-17 23:23:13 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/a225b26d886 Pull-request: https://github.com/SerenityOS/serenity/pull/11124 Reviewed-by: https://github.com/itamar8910 ✅ Reviewed-by: https://github.com/kleinesfilmroellchen ✅
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ bool Parser::match_secondary_expression()
|
|||
|| type == Token::Type::PercentEquals
|
||||
|| type == Token::Type::Equals
|
||||
|| type == Token::Type::Greater
|
||||
|| type == Token::Type::Greater
|
||||
|| type == Token::Type::GreaterEquals
|
||||
|| type == Token::Type::Less
|
||||
|| type == Token::Type::LessEquals
|
||||
|| type == Token::Type::Dot
|
||||
|
|
Loading…
Add table
Reference in a new issue