From 126d3b63bd68ffe3546929b9e8feb8f3c1405082 Mon Sep 17 00:00:00 2001 From: Jamison Greeley Date: Mon, 26 Oct 2015 14:44:08 -0600 Subject: [PATCH] JSON files are required to end with a newline --- git.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.json b/git.json index 43aaffd8d6..24a0cf48cc 100644 --- a/git.json +++ b/git.json @@ -20,4 +20,4 @@ "GIT_SSH": "$(resolve-path $(scoop which ssh))" }, "depends": "openssh" -} \ No newline at end of file +}