Skip to content

Commit

Permalink
selfcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
danmar committed Sep 7, 2024
1 parent a580cc5 commit 1d67945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cppcheckexecutor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ namespace {
return !mCriticalErrors.empty();
}

std::string getCtuInfo() const {
const std::string& getCtuInfo() const {
return mCtuInfo;
}

Expand Down

0 comments on commit 1d67945

Please sign in to comment.