Skip to content

Commit 7d8e3a6

Browse files
authored
Merge pull request #118 from alibuild/alibot-cleanup-14907
2 parents e881667 + 646c8e2 commit 7d8e3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/DataSpecViews.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ static auto filter_string_params_with(std::string match)
4545

4646
static auto input_to_output_specs()
4747
{
48-
return std::views::transform([](auto const& input){ return DataSpecUtils::asOutputSpec(input); });
48+
return std::views::transform([](auto const& input) { return DataSpecUtils::asOutputSpec(input); });
4949
}
5050

5151
static auto params_to_input_specs()

0 commit comments

Comments
 (0)