Skip to content

Commit

Permalink
Removed redundant const return type
Browse files Browse the repository at this point in the history
  • Loading branch information
soumeh01 authored Nov 21, 2024
1 parent 44c1ade commit 567e215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/rtefsutils/src/RteFsUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ const string& RteFsUtils::FileCategoryFromExtension(const string& file) {
return OTHER;
}

const bool RteFsUtils::FindFileWithPattern(const std::string& searchDir,
bool RteFsUtils::FindFileWithPattern(const std::string& searchDir,
const std::string& pattern, std::string& file)
{
try {
Expand Down

0 comments on commit 567e215

Please sign in to comment.