Skip to content

fix: reformat NL array in sb_openapi_specs_menu.json#122

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/sub-pr-121
Draft

fix: reformat NL array in sb_openapi_specs_menu.json#122
Copilot wants to merge 2 commits intomainfrom
copilot/sub-pr-121

Conversation

Copy link
Contributor

Copilot AI commented Mar 9, 2026

The NL versions array in menustructures/sb_openapi_specs_menu.json had array elements concatenated on the same line (e.g. }, {), inconsistent with the EN block formatting.

Changes

  • menustructures/sb_openapi_specs_menu.json: Reformatted NL array so each element starts on its own line with consistent 4-space indentation, matching the EN block style

Before:

"nl": [
    {
        "name": "Versie 7.3.0",
        ...
    },            {
        "name": "Versie 7.2.0",
        ...
    },            {

After:

"nl": [
    {
        "name": "Versie 7.3.0",
        ...
    },
    {
        "name": "Versie 7.2.0",
        ...
    },
    {

🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

…ndentation

Co-authored-by: reindejager <205591885+reindejager@users.noreply.github.com>
Copilot AI changed the title [WIP] Add changes to address feedback on release 7.2 & 7.3 PR fix: reformat NL array in sb_openapi_specs_menu.json Mar 9, 2026
Base automatically changed from 7.2-&-7.3 to main March 9, 2026 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants