From ed76b34f212b2b64d20bac646210efb72bafd3d5 Mon Sep 17 00:00:00 2001 From: Dubh Ad Date: Wed, 2 Sep 2020 12:51:29 +0100 Subject: [PATCH] Removing random spaces (#14373) There's some typos in there, fixing --- source/_integrations/opensky.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/opensky.markdown b/source/_integrations/opensky.markdown index e20a4689b34..cedb489be79 100644 --- a/source/_integrations/opensky.markdown +++ b/source/_integrations/opensky.markdown @@ -51,6 +51,6 @@ automation: action: service: notify.mobile_app_ data_template: - message : 'Flight entry of {{ trigger.event.data.callsign }} ' + message: 'Flight entry of {{ trigger.event.data.callsign }}' ``` {% endraw %}