We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dotnet format
1 parent e858713 commit f49c0dcCopy full SHA for f49c0dc
src/Helldivers-2-Core/Mapping/V1/CampaignMapper.cs
@@ -16,7 +16,7 @@ public IEnumerable<Campaign> MapToV1(MappingContext context, List<Planet> planet
16
foreach (var campaign in context.InvariantWarStatus.Campaigns)
17
{
18
var result = MapToV1(campaign, planets);
19
-
+
20
if (result is not null)
21
yield return result;
22
}
0 commit comments