Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 10, 2024
1 parent c612c9c commit 0b81d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/framework/core/src/TRestDataSet.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ std::vector<std::string> TRestDataSet::FileSelection() {
return fFileSelection;
}

if(fFileList.empty())fFileList = TRestTools::GetFilesMatchingPattern(fFilePattern);
if (fFileList.empty()) fFileList = TRestTools::GetFilesMatchingPattern(fFilePattern);

RESTInfo << "TRestDataSet::FileSelection. Starting file selection." << RESTendl;
RESTInfo << "Total files : " << fFileList.size() << RESTendl;
Expand Down

0 comments on commit 0b81d37

Please sign in to comment.