Fix long line length

This commit is contained in:
jonawals
2021-05-27 14:11:45 +01:00
parent 042a025f61
commit 1936dbc0d1
@@ -56,7 +56,8 @@ namespace TestImpact
return AZStd::make_unique<TestImpact::DynamicDependencyMap>(AZStd::move(productionTargets), AZStd::move(testTargets));
}
AZStd::unordered_set<const TestTarget*> ConstructTestTargetExcludeList(const TestTargetList& testTargets, const AZStd::vector<AZStd::string>& excludedTestTargets)
AZStd::unordered_set<const TestTarget*> ConstructTestTargetExcludeList(
const TestTargetList& testTargets, const AZStd::vector<AZStd::string>& excludedTestTargets)
{
AZStd::unordered_set<const TestTarget*> testTargetExcludeList;
for (const auto& testTargetName : excludedTestTargets)