Skip to content

Commit f49c0dc

Browse files
committed
style: run dotnet format
1 parent e858713 commit f49c0dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helldivers-2-Core/Mapping/V1/CampaignMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public IEnumerable<Campaign> MapToV1(MappingContext context, List<Planet> planet
1616
foreach (var campaign in context.InvariantWarStatus.Campaigns)
1717
{
1818
var result = MapToV1(campaign, planets);
19-
19+
2020
if (result is not null)
2121
yield return result;
2222
}

0 commit comments

Comments
 (0)