Skip to content

Commit d011cae

Browse files
authored
build: fix formatting failure (#24485)
Fixes a formatting failure that made it in through an older PR.
1 parent 38334d6 commit d011cae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/material/schematics/ng-add/schema.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@
5353
"message": "Include the Angular animations module?",
5454
"type": "list",
5555
"items": [
56-
{ "value": "enabled", "label": "Include and enable animations" },
57-
{ "value": "disabled", "label": "Include, but disable animations" },
58-
{ "value": "excluded", "label": "Do not include" }
56+
{"value": "enabled", "label": "Include and enable animations"},
57+
{"value": "disabled", "label": "Include, but disable animations"},
58+
{"value": "excluded", "label": "Do not include"}
5959
]
6060
}
6161
}

0 commit comments

Comments
 (0)