Explorar el Código

Fixed new line end of file formatting

Tim Jones hace 1 mes
padre
commit
1d7a6e8d42
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      RackPeek.Domain/UseCases/Ansible/AnsibleInventoryGenerator.cs

+ 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);
-}
+}