filing_descriptions enum constants - extra spaces in YAML file

The “filing_descriptions” constants file in e.g. Master and Develop branches (https://github.com/companieshouse/api-enumerations/blob/master/filing_descriptions.yml and https://github.com/companieshouse/api-enumerations/blob/develop/filing_descriptions.yml) has two extra spaces after the “description_identifiers” label which may cause some YAML parsers to complain:

---
  description_identifiers:
    'abridged-accounts' : "Abridged accounts made up to {period_end_on}"
    'change-registered-office-address' : "Change of registered office address"

(I found some Symphony components didn’t like this).
If it was like the other files it should start:

---
description_identifiers:
    'abridged-accounts' : "Abridged accounts made up to {period_end_on}"

Hi,

Thanks for pointing this out we have now resolved this issue.