Merged PR 783942: Format and move comment to line that match code change

This commit is contained in:
Kai Chen 2024-05-09 21:29:48 +00:00
Родитель 0dd7649be3
Коммит c40084093f
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -459,9 +459,10 @@ namespace Tool.SymbolDaemon
}
else
{
// Index the file. It might not contain any symbol data. In this case, we will have an empty set.
debugEntries = indexer.GetDebugEntries(new System.IO.FileInfo(files[i]), calculateBlobId: false);
}
// Index the file. It might not contain any symbol data. In this case, we will have an empty set.
symbols.UnionWith(debugEntries);
}
}