From c4e100bc19c9f2f2bb4503d608bfa42000c01186 Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Sat, 8 Jul 2017 10:09:02 -0700 Subject: [PATCH] Remove trailing space in cygwin --- cygwin.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cygwin.json b/cygwin.json index b9cfcba978..3737d90755 100644 --- a/cygwin.json +++ b/cygwin.json @@ -20,7 +20,7 @@ "url": "https://cygwin.com/setup-x86.exe" } } - }, + }, "bin": [ [ "root\\bin\\bash.exe", @@ -49,9 +49,9 @@ ], "pre_install": "new-item -itemtype directory \"$dir\\root\"; new-item -itemtype directory \"$dir\\packages\"", "shortcuts": [ - [ - "root\\Cygwin.bat", - "Cygwin" + [ + "root\\Cygwin.bat", + "Cygwin" ] ] }