Theme spacing single mode

@dan
missing ", at end of format line

{
    "title": "Top",
    "id": "top",
    "format": "top-{{value}}
    "themeSpacing": {
        "mode": "single",
        "default": {
            "base": {
                "value": "2",
            }
        }
    }
}

It looks like there may be a trailing comma in the “value”: “2”, line that I think might need to be removed for validated JSON.

All fixed, thanks for the heads-up!