Преглед изворни кода

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