From 05cb02db5860e184b1c0084fb9e10dff5250bc07 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 23 Dec 2019 14:05:42 -0500 Subject: [PATCH] tidy --- .../samples/tag-custom-element-options-true/_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/validator/samples/tag-custom-element-options-true/_config.js b/test/validator/samples/tag-custom-element-options-true/_config.js index b3c6532042..ec3c350d46 100644 --- a/test/validator/samples/tag-custom-element-options-true/_config.js +++ b/test/validator/samples/tag-custom-element-options-true/_config.js @@ -1,3 +1,3 @@ export default { - customElement: true, + customElement: true };