Skip to content

Commit

Permalink
fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantzar committed Jan 18, 2025
1 parent 1127a27 commit a151b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PWGCF/FemtoDream/Utils/femtoDreamCutCulator.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ using namespace o2::analysis::femtoDream;
int main(int /*argc*/, char* argv[])
{
std::string configFileName(argv[1]);
std::ifstream configFile(configFileName);
std::ifstream configFile(configFileName);

if (configFile.is_open()) {
FemtoDreamCutculator cut;
cut.init(argv[1]);
Expand Down

0 comments on commit a151b20

Please sign in to comment.