mirror of
https://github.com/actions/runner.git
synced 2025-12-14 13:43:33 +00:00
@@ -271,7 +271,7 @@ namespace GitHub.DistributedTask.ObjectTemplating
|
||||
List<String> nonDuplicates = new List<String>();
|
||||
foreach (String key in hitCount.Keys)
|
||||
{
|
||||
if(hitCount[key] == 1)
|
||||
if (hitCount[key] == 1)
|
||||
{
|
||||
nonDuplicates.Add(key);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user