From 980c135c1fb121aade02c0a21d3d475fb143b8cf Mon Sep 17 00:00:00 2001 From: Brian Hornsby Date: Mon, 26 Jan 2015 17:18:20 +1100 Subject: [PATCH] Removed trailing comma that was causing parsing of file to fail. --- Side Bar.sublime-menu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Side Bar.sublime-menu b/Side Bar.sublime-menu index 6c43682..d77e1a8 100644 --- a/Side Bar.sublime-menu +++ b/Side Bar.sublime-menu @@ -5,7 +5,7 @@ "children": [ { "caption": "Format Code", "command": "auto_pep8_file", "args": {"paths": [], "preview": false} }, - { "caption": "Preview Code", "command": "auto_pep8_file", "args": {"paths": [], "preview": true} }, + { "caption": "Preview Code", "command": "auto_pep8_file", "args": {"paths": [], "preview": true} } ] } ] \ No newline at end of file