Parcourir la source

Fixed new line end of file formatting

Tim Jones il y a 1 mois
Parent
commit
1d7a6e8d42

+ 1 - 1
RackPeek.Domain/UseCases/Ansible/AnsibleInventoryGenerator.cs

@@ -242,4 +242,4 @@ public static class AnsibleInventoryGenerator {
     private sealed record InventoryModel(
         Dictionary<string, List<HostEntry>> Groups,
         List<string> Warnings);
-}
+}