Skip to content

Commit

Permalink
build: fix formatting failure (angular#24485)
Browse files Browse the repository at this point in the history
Fixes a formatting failure that made it in through an older PR.
  • Loading branch information
crisbeto authored Feb 26, 2022
1 parent 38334d6 commit d011cae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/material/schematics/ng-add/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"message": "Include the Angular animations module?",
"type": "list",
"items": [
{ "value": "enabled", "label": "Include and enable animations" },
{ "value": "disabled", "label": "Include, but disable animations" },
{ "value": "excluded", "label": "Do not include" }
{"value": "enabled", "label": "Include and enable animations"},
{"value": "disabled", "label": "Include, but disable animations"},
{"value": "excluded", "label": "Do not include"}
]
}
}
Expand Down

0 comments on commit d011cae

Please sign in to comment.