Fix long line length
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user