diff --git a/src/libs/antares/study/parts/short-term-storage/container.cpp b/src/libs/antares/study/parts/short-term-storage/container.cpp index 3b3de48cbe..609b55e1b5 100644 --- a/src/libs/antares/study/parts/short-term-storage/container.cpp +++ b/src/libs/antares/study/parts/short-term-storage/container.cpp @@ -136,7 +136,7 @@ bool STStorageInput::LoadConstraintsFromIniFile(const fs::path& parent_path) auto it = std::find_if(storagesByIndex.begin(), storagesByIndex.end(), [&constraint](const STStorageCluster& cluster) - {return cluster.id == constraint.cluster_id; }); + { return cluster.id == constraint.cluster_id; }); if (it == storagesByIndex.end()) { logs.warning() << " from file " << pathIni;