From d011cae71c5814a1751b17c15e35a1ac7cd40fe8 Mon Sep 17 00:00:00 2001 From: Kristiyan Kostadinov Date: Sat, 26 Feb 2022 18:09:17 +0100 Subject: [PATCH] build: fix formatting failure (#24485) Fixes a formatting failure that made it in through an older PR. --- src/material/schematics/ng-add/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/material/schematics/ng-add/schema.json b/src/material/schematics/ng-add/schema.json index f541aebe8aaa..5a66e9b7fa79 100644 --- a/src/material/schematics/ng-add/schema.json +++ b/src/material/schematics/ng-add/schema.json @@ -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"} ] } }