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 +]