Skip to content
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.

Commit

Permalink
Removed trailing comma that was causing parsing of file to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hornsby committed Jan 26, 2015
1 parent 0d4b5ed commit 980c135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Side Bar.sublime-menu
Expand Up @@ -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} }
]
}
]

0 comments on commit 980c135

Please sign in to comment.