瀏覽代碼

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