From cf0e041d79397280687dfd3f3962e56fb9be4105 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franky=20Rodr=C3=ADguez?= Date: Wed, 25 Nov 2015 12:55:26 +0100 Subject: [PATCH] Removed faulty trailing comma --- Default (OSX).sublime-keymap | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Default (OSX).sublime-keymap b/Default (OSX).sublime-keymap index 499c537..28be76f 100644 --- a/Default (OSX).sublime-keymap +++ b/Default (OSX).sublime-keymap @@ -4,14 +4,14 @@ "context": [ {"key": "selector", "operator": "equal", "operand": "source.c++"} - ], + ] }, { "keys": ["super+option+a"], "command": "clang_format", "context": [ {"key": "selector", "operator": "equal", "operand": "source.c"} - ], + ] }, { "keys": ["super+option+a"], "command": "clang_format", @@ -20,4 +20,4 @@ {"key": "selector", "operator": "equal", "operand": "source.js"} ] } -] \ No newline at end of file +]