.NET Format Style Fixes

This commit is contained in:
chompDev
2025-07-01 09:18:15 +00:00
committed by Format Bot
parent 8e3894e9ad
commit 46989aa19e
3 changed files with 15 additions and 16 deletions
+5 -1
View File
@@ -29,7 +29,11 @@ namespace UnitTests.Tests.Utils
}
}
Assert.AreEqual(0, invalidIds.Count, $"Invalid MongoIds found: {string.Join(", ", invalidIds)}");
Assert.AreEqual(
0,
invalidIds.Count,
$"Invalid MongoIds found: {string.Join(", ", invalidIds)}"
);
}
}
}