Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
Remove trailing comma from last config line
Browse files Browse the repository at this point in the history
The settings.json.template file has a trailing comma in it. This is likely because it shows an example configuration after this line, but this line is the last one that will be interpreted by the program in default configuration, so the comma should be removed.
  • Loading branch information
ocdtrekkie committed May 22, 2015
1 parent c856475 commit 90da182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.json.template
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
*/

/* The default selected tool - 'pencil', 'brush', 'select' */
"tool": "brush",
"tool": "brush"

/* Example SSL Configuration
"ssl" : {
Expand Down

0 comments on commit 90da182

Please sign in to comment.