.NET Format Style Fixes

This commit is contained in:
chompDev
2025-06-28 15:15:48 +00:00
committed by Format Bot
parent d0af6acbe6
commit d4d2ed0403
5 changed files with 30 additions and 30 deletions
@@ -504,7 +504,7 @@ public class InsuranceController(
// Draw x attachments from weighted array to remove from parent, remove from pool after being picked
var attachmentIdsToRemove = attachmentsProbabilityArray.Draw(
(int) countOfAttachmentsToRemove,
(int)countOfAttachmentsToRemove,
false
);
foreach (var attachmentId in attachmentIdsToRemove)