Format code

This commit is contained in:
Zoe Roux
2024-03-23 15:34:54 +01:00
parent f89ce7a965
commit 8bbccd42d5
@@ -42,7 +42,6 @@ public static class Utility
PropertyNamingPolicy = JsonNamingPolicy.CamelCase,
};
/// <summary>
/// Convert a string to snake case. Stollen from
/// https://github.com/efcore/EFCore.NamingConventions/blob/main/EFCore.NamingConventions/Internal/SnakeCaseNameRewriter.cs