Преглед на файлове

Fixed new line end of file formatting

Tim Jones преди 1 месец
родител
ревизия
1d7a6e8d42
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);
-}
+}