From fff3fb4419977f27be408097376704959119a038 Mon Sep 17 00:00:00 2001 From: Silvio Fragata Silva Date: Thu, 18 Jun 2015 12:03:19 -0400 Subject: [PATCH] Trailing comma before closing bracket --- Go in Docker Container.sublime-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Go in Docker Container.sublime-build b/Go in Docker Container.sublime-build index 3e62c24..9f55eae 100644 --- a/Go in Docker Container.sublime-build +++ b/Go in Docker Container.sublime-build @@ -15,7 +15,7 @@ { "name": "Go v1.4 in Docker Container", "docker_image_tag": "1.4" - }, + } ] }