Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Dec 17, 2024
1 parent 938d726 commit 5fea2ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5fea2ae

Please sign in to comment.