From 7d78728a2ffda127624e8373097c9725d5a9ef2b Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 23 Oct 2022 18:53:18 -0500 Subject: [PATCH] Fix whitespace in oncue manifest (#80859) --- homeassistant/components/oncue/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/oncue/manifest.json b/homeassistant/components/oncue/manifest.json index 26a55cd0a96..d9dd247ded9 100644 --- a/homeassistant/components/oncue/manifest.json +++ b/homeassistant/components/oncue/manifest.json @@ -10,7 +10,7 @@ ], "documentation": "https://www.home-assistant.io/integrations/oncue", "requirements": ["aiooncue==0.3.4"], - "codeowners": ["@bdraco","@peterager"], + "codeowners": ["@bdraco", "@peterager"], "iot_class": "cloud_polling", "loggers": ["aiooncue"] }