Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
chrchr-github committed Jun 29, 2024
1 parent 85773d8 commit aea220a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/checkother.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ void CheckOther::redundantAssignmentInSwitchError(const Token *tok1, const Token
}

void CheckOther::redundantAssignmentSameValueError(const Token *tok, const ValueFlow::Value* val, const std::string &var)
{
{
auto errorPath = val->errorPath;
errorPath.emplace_back(tok, "");
reportError(errorPath, Severity::style, "redundantAssignment",
Expand Down

0 comments on commit aea220a

Please sign in to comment.